我正在准备我的SOAP API方法的验收测试。我已经制作了两个,如果我分别启动它们,它们会毫无问题地通过。但是,如果我使用codecept run acceptance
一起调用它们,则第二个始终会在[LogicException] The page history is empty
方法上使用$I->see();
失败。为什么会这样?
我正在使用codeception v2.0.11,我的诉讼是:
class_name: AcceptanceSOAPTester
modules:
enabled:
- PhpBrowser
- SOAP
- ApiHelper
config:
PhpBrowser:
url: http://localhost/
SOAP:
endpoint: http://localhost/soap/
schema: http://www.w3.org/2001/XMLSchema-instance