Skip to content

Commit

Permalink
Forgot to call the parent's method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lefebvre committed Jun 29, 2016
1 parent 2243772 commit f991d31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/TestCase/Database/DriverTest.php
Expand Up @@ -31,6 +31,8 @@ class DriverTest extends TestCase
*/
public function setUp()
{
parent::setUp();

$this->driver = $this->getMockForAbstractClass(Driver::class);
}

Expand Down

0 comments on commit f991d31

Please sign in to comment.