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
1515 */
1616 protected $ phpBrowser ;
1717
18- public function setUp ()
18+ public function _setUp ()
1919 {
2020 $ this ->phpBrowser = new \Codeception \Module \PhpBrowser (make_container ());
2121 $ url = 'http://localhost:8010 ' ;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class PhpBrowserTest extends TestsForBrowsers
1717
1818 protected $ history = [];
1919
20- protected function setUp ()
20+ protected function _setUp ()
2121 {
2222 $ this ->module = new \Codeception \Module \PhpBrowser (make_container ());
2323 $ url = 'http://localhost:8000 ' ;
@@ -41,7 +41,7 @@ private function getLastRequest()
4141 return $ this ->history ->getLastRequest ();
4242 }
4343
44- protected function tearDown ()
44+ protected function _tearDown ()
4545 {
4646 if ($ this ->module ) {
4747 $ this ->module ->_after ($ this ->makeTest ());
You can’t perform that action at this time.
0 commit comments