Skip to content

Commit 2385ad2

Browse files
committed
refactor: fix Psr4Fixture sniff property
1 parent 63f97c0 commit 2385ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/fixtures/Psr4Fixture.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace {
55

66
// @phpcsSniffPropertiesStart
7-
$psr4 = ["\\Inpsyde\\CodingStandard\\Tests\\" => "tests/"];
7+
$psr4 = ["\\Inpsyde\\CodingStandard\\Tests\\" => "tests/unit"];
88
$exclude = ["\\I\\Am\\Excluded\\Psr4Fixture"];
99
// @phpcsSniffPropertiesEnd
1010
}

0 commit comments

Comments
 (0)