We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182f35c commit 746febaCopy full SHA for 746feba
tests/unit/Codeception/Module/SoapTest.php
@@ -7,7 +7,7 @@
7
* Class SoapTest
8
* @group appveyor
9
*/
10
-class SoapTest extends \PHPUnit\Framework\TestCase
+class SoapTest extends \Codeception\PHPUnit\TestCase
11
{
12
13
/**
@@ -17,7 +17,7 @@ class SoapTest extends \PHPUnit\Framework\TestCase
17
18
protected $layout;
19
20
- public function setUp()
+ public function _setUp()
21
22
$this->module = new \Codeception\Module\SOAP(make_container());
23
$this->module->_setConfig(array(
0 commit comments