Skip to content

Commit

Permalink
tests: move data providers into DataProviders directory
Browse files Browse the repository at this point in the history
Relates to #28
  • Loading branch information
geoffreyvanwyk committed Aug 2, 2024
1 parent ddb88df commit 588279a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// package spoorsny/south-african-id. If not, see
// <https://www.gnu.org/licenses/>.

namespace Spoorsny\Tests;
namespace Spoorsny\Tests\DataProviders;

/**
* Test data for validating \Spoorsny\ValueObjects\SouthAfricanId.
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/SouthAfricanIdTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
use PHPUnit\Framework\Attributes\Test;
use PHPUnit\Framework\TestCase;

use Spoorsny\Tests\SouthAfricanIdDataProvider;
use Spoorsny\Tests\DataProviders\SouthAfricanIdDataProvider;
use Spoorsny\ValueObjects\SouthAfricanId;

/**
Expand Down

0 comments on commit 588279a

Please sign in to comment.