Skip to content

Commit

Permalink
Fix namespace of test classes (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
cable8mm committed Mar 3, 2024
1 parent 7c90401 commit 14be4ea
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
namespace Cable8mm\GoodCodeParser\Tests;

use Cable8mm\GoodCodeParser\GoodCodeParser;
use Cable8mm\GoodCodeParser\Parsers\ComplexGood;
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/GiftGoodTest.php → tests/GiftGoodTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
namespace Cable8mm\GoodCodeParser\Tests;

use Cable8mm\GoodCodeParser\GoodCodeParser;
use Cable8mm\GoodCodeParser\Parsers\GiftGood;
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/OptionGoodTest.php → tests/OptionGoodTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
namespace Cable8mm\GoodCodeParser\Tests;

use Cable8mm\GoodCodeParser\OptionCodeParser;
use Cable8mm\GoodCodeParser\Parsers\OptionGood;
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/SetGoodTest.php → tests/SetGoodTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
namespace Cable8mm\GoodCodeParser\Tests;

use Cable8mm\GoodCodeParser\GoodCodeParser;
use Cable8mm\GoodCodeParser\Parsers\SetGood;
Expand Down
1 change: 0 additions & 1 deletion tests/functional/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion tests/unit/.gitignore

This file was deleted.

0 comments on commit 14be4ea

Please sign in to comment.