File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tests/unit/Codeception/Module Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class PhpBrowserRestTest extends Unit
15
15
*/
16
16
protected $ phpBrowser ;
17
17
18
- public function setUp ()
18
+ public function _setUp ()
19
19
{
20
20
$ this ->phpBrowser = new \Codeception \Module \PhpBrowser (make_container ());
21
21
$ url = 'http://localhost:8010 ' ;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class PhpBrowserTest extends TestsForBrowsers
17
17
18
18
protected $ history = [];
19
19
20
- protected function setUp ()
20
+ protected function _setUp ()
21
21
{
22
22
$ this ->module = new \Codeception \Module \PhpBrowser (make_container ());
23
23
$ url = 'http://localhost:8000 ' ;
@@ -41,7 +41,7 @@ private function getLastRequest()
41
41
return $ this ->history ->getLastRequest ();
42
42
}
43
43
44
- protected function tearDown ()
44
+ protected function _tearDown ()
45
45
{
46
46
if ($ this ->module ) {
47
47
$ this ->module ->_after ($ this ->makeTest ());
You can’t perform that action at this time.
0 commit comments