File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -283,9 +283,9 @@ public function testGetRawPSR4Violations(): void
283
283
$ classMap = $ this ->generator ->getClassMap ();
284
284
$ rawViolations = $ classMap ->getRawPsrViolations ();
285
285
286
- $ classWithoutNameSpaceFilepath = __DIR__ . '/Fixtures/psrViolations/ClassWithoutNameSpace.php ' ;
287
- $ classWithIncorrectSubNamespaceFilepath = __DIR__ . '/Fixtures/psrViolations/ClassWithIncorrectSubNamespace.php ' ;
288
- $ classWithNameSpaceOutsideConfiguredScopeFilepath = __DIR__ . '/Fixtures/psrViolations/ClassWithNameSpaceOutsideConfiguredScope.php ' ;
286
+ $ classWithoutNameSpaceFilepath = realpath ( __DIR__ ) . '/Fixtures/psrViolations/ClassWithoutNameSpace.php ' ;
287
+ $ classWithIncorrectSubNamespaceFilepath = realpath ( __DIR__ ) . '/Fixtures/psrViolations/ClassWithIncorrectSubNamespace.php ' ;
288
+ $ classWithNameSpaceOutsideConfiguredScopeFilepath = realpath ( __DIR__ ) . '/Fixtures/psrViolations/ClassWithNameSpaceOutsideConfiguredScope.php ' ;
289
289
290
290
self ::assertArrayHasKey ($ classWithoutNameSpaceFilepath , $ rawViolations );
291
291
self ::assertCount (1 , $ rawViolations [$ classWithoutNameSpaceFilepath ]);
You can’t perform that action at this time.
0 commit comments