mirror of
https://github.com/vlucas/valitron.git
synced 2025-12-31 07:01:54 +00:00
Don't tearDown twice
This commit is contained in:
parent
7bdc57b9c4
commit
3f4829cf64
@ -4,7 +4,6 @@ class BaseTestCase extends \PHPUnit_Framework_TestCase
|
|||||||
{
|
{
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
$this->tearDown();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function tearDown()
|
public function tearDown()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user