This commit is contained in:
Greyscale 2020-07-03 09:55:49 +02:00
parent 1628c2f178
commit 8991f2844c

View file

@ -6,7 +6,6 @@ use Faker\Factory as FakerFactory;
use Faker\Generator;
use Faker\Provider;
use PHPUnit\Framework\TestCase;
use Benzine\App;
abstract class BaseTestCase extends TestCase
{
@ -40,7 +39,6 @@ abstract class BaseTestCase extends TestCase
\Kint::$mode_default = \Kint::MODE_CLI;
}
/**
* @return Generator
*/
@ -104,5 +102,4 @@ abstract class BaseTestCase extends TestCase
sort($actual);
$this->assertEquals($expected, $actual);
}
}