Defined config to run database tests against mysql and postgres

This commit is contained in:
Alejandro Celaya
2019-03-05 20:36:35 +01:00
parent f563e777cc
commit 6fa255386b
8 changed files with 55 additions and 23 deletions

View File

@@ -18,9 +18,9 @@ use function count;
class ShortUrlRepositoryTest extends DatabaseTestCase
{
protected const ENTITIES_TO_EMPTY = [
ShortUrl::class,
Visit::class,
Tag::class,
Visit::class,
ShortUrl::class,
];
/** @var ShortUrlRepository */