mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-10 17:23:12 +08:00
Added db tests to phpstan checks
This commit is contained in:
@@ -22,6 +22,8 @@ class TagsPaginatorAdapterTest extends DatabaseTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @param int<0, max> $offset
|
||||
* @param int<0, max> $length
|
||||
* @test
|
||||
* @dataProvider provideFilters
|
||||
*/
|
||||
|
||||
@@ -213,7 +213,6 @@ class VisitRepositoryTest extends DatabaseTestCase
|
||||
{
|
||||
$foo = 'foo';
|
||||
|
||||
/** @var ShortUrl $shortUrl */
|
||||
$this->createShortUrlsAndVisits(false, [$foo]);
|
||||
$this->getEntityManager()->flush();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user