Skip to content

Commit 66ae7f5

Browse files
committed
Use wrapper methods in unit tests
1 parent 20e6e25 commit 66ae7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Codeception/Module/RestTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class RestTest extends Unit
1414
*/
1515
protected $module;
1616

17-
public function setUp()
17+
public function _setUp()
1818
{
1919
$connector = new \Codeception\Lib\Connector\Universal();
2020
$connector->setIndex(\Codeception\Configuration::dataDir() . '/rest/index.php');

0 commit comments

Comments
 (0)