Commit 7cddf2d0 authored by Grégoire Pineau's avatar Grégoire Pineau
parent aed7cb81
...@@ -29,7 +29,7 @@ abstract class WebTestCase extends \PHPUnit_Framework_TestCase ...@@ -29,7 +29,7 @@ abstract class WebTestCase extends \PHPUnit_Framework_TestCase
* Note: Child classes that define a setUp method must call * Note: Child classes that define a setUp method must call
* parent::setUp(). * parent::setUp().
*/ */
public function setUp() protected function setUp()
{ {
$this->app = $this->createApplication(); $this->app = $this->createApplication();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment