Skip to content

Commit

Permalink
fix test files that does not comply with psr-4 auto-loading standards
Browse files Browse the repository at this point in the history
see #993
  • Loading branch information
realodix committed May 17, 2024
1 parent 369e6d9 commit e191122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Unit/Rules/AlphaNumHyphenTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Tests\Unit\Rule;
namespace Tests\Unit\Rules;

use App\Rules\AlphaNumHyphen;
use PHPUnit\Framework\Attributes as PHPUnit;
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Rules/NotBlacklistedDomainTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Tests\Unit\Rule;
namespace Tests\Unit\Rules;

use App\Rules\NotBlacklistedDomain;
use PHPUnit\Framework\Attributes as PHPUnit;
Expand Down

0 comments on commit e191122

Please sign in to comment.