Skip to content

Commit cb663a3

Browse files
committed
Move EntityQueryDynamicReturnTypeExtensionTest to a namespace consistent with EntityQueryDynamicReturnTypeExtension
1 parent 43c6132 commit cb663a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/src/Type/EntityQueryDynamicReturnTypeExtensionTest.php renamed to tests/src/Type/EntityQuery/EntityQueryDynamicReturnTypeExtensionTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace mglaman\PHPStanDrupal\Tests\Type;
5+
namespace mglaman\PHPStanDrupal\Tests\Type\EntityQuery;
66

77
use mglaman\PHPStanDrupal\Tests\AdditionalConfigFilesTrait;
88
use PHPStan\Testing\TypeInferenceTestCase;
@@ -13,7 +13,7 @@ final class EntityQueryDynamicReturnTypeExtensionTest extends TypeInferenceTestC
1313

1414
public function dataFileAsserts(): iterable
1515
{
16-
yield from $this->gatherAssertTypes(__DIR__ . '/data/entity-query-execute.php');
16+
yield from $this->gatherAssertTypes(__DIR__ . '/../data/entity-query-execute.php');
1717
}
1818

1919
/**

0 commit comments

Comments
 (0)