Skip to content

Commit bc3cb6d

Browse files
committed
update namespace fixture to ClassConstantReflectionTest
1 parent 67e99e4 commit bc3cb6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/PHPStan/Reflection/ClassReflectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
use Attributes\IsAttribute2;
88
use Attributes\IsAttribute3;
99
use Attributes\IsNotAttribute;
10+
use ClassConstantReflectionTest\ClassWithConstants;
1011
use GenericInheritance\C;
1112
use HasTraitUse\Bar;
1213
use HasTraitUse\Baz;
@@ -34,7 +35,6 @@
3435
use PHPUnit\Framework\Attributes\RequiresPhp;
3536
use PHPUnit\Framework\TestCase;
3637
use ReflectionClass;
37-
use SomeNamespace\ClassWithConstants;
3838
use WrongClassConstantFile\SecuredRouter;
3939
use function array_map;
4040
use function array_values;

tests/PHPStan/Reflection/data/ClassWithConstants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace SomeNamespace;
3+
namespace ClassConstantReflectionTest;
44

55
class ClassWithConstants
66
{

0 commit comments

Comments
 (0)