Skip to content

Commit

Permalink
refactor: fix Psr4Fixture sniff property
Browse files Browse the repository at this point in the history
  • Loading branch information
shvlv committed Mar 7, 2024
1 parent 63f97c0 commit 2385ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/fixtures/Psr4Fixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace {

// @phpcsSniffPropertiesStart
$psr4 = ["\\Inpsyde\\CodingStandard\\Tests\\" => "tests/"];
$psr4 = ["\\Inpsyde\\CodingStandard\\Tests\\" => "tests/unit"];
$exclude = ["\\I\\Am\\Excluded\\Psr4Fixture"];
// @phpcsSniffPropertiesEnd
}
Expand Down

0 comments on commit 2385ad2

Please sign in to comment.