Release 2.12 (#4609)
This commit is contained in:
@@ -19,7 +19,7 @@ use PHPUnit\Framework\TestCase;
|
||||
*/
|
||||
class QueryBuilderPaginatorTest extends TestCase
|
||||
{
|
||||
public function testPaginator()
|
||||
public function testPaginator(): void
|
||||
{
|
||||
$em = $this->createMock(EntityManager::class);
|
||||
$qb = new QueryBuilder($em);
|
||||
|
||||
Reference in New Issue
Block a user