Skip to content

Commit 746feba

Browse files
committed
Use wrapper methods in unit tests
1 parent 182f35c commit 746feba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/Codeception/Module/SoapTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Class SoapTest
88
* @group appveyor
99
*/
10-
class SoapTest extends \PHPUnit\Framework\TestCase
10+
class SoapTest extends \Codeception\PHPUnit\TestCase
1111
{
1212

1313
/**
@@ -17,7 +17,7 @@ class SoapTest extends \PHPUnit\Framework\TestCase
1717

1818
protected $layout;
1919

20-
public function setUp()
20+
public function _setUp()
2121
{
2222
$this->module = new \Codeception\Module\SOAP(make_container());
2323
$this->module->_setConfig(array(

0 commit comments

Comments
 (0)