Skip to content

Commit

Permalink
make CS happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Warxcell committed Feb 21, 2021
1 parent 41f2ccb commit e85e0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Doctrine/Tests/ORM/Functional/ResultCacheTest.php
Expand Up @@ -171,7 +171,7 @@ public function testEnableResultCache(): void

public function testEnableResultCacheWithIterable(): void
{
$cache = new ArrayCache();
$cache = new ArrayCache();
$expectedSQLCount = count($this->_sqlLoggerStack->queries) + 1;

$query = $this->_em->createQuery('select ux from Doctrine\Tests\Models\CMS\CmsUser ux');
Expand Down

0 comments on commit e85e0be

Please sign in to comment.