Skip to content

Commit

Permalink
move factory tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Oct 6, 2024
1 parent 8d530e8 commit 96d513c
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 @@ -18,7 +18,7 @@
* limitations under the License.
*/

namespace PSX\Schema\Tests;
namespace PSX\Schema\Tests\Type\Factory;

use PHPUnit\Framework\TestCase;
use PSX\Schema\Type\ArrayDefinitionType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* limitations under the License.
*/

namespace PSX\Schema\Tests;
namespace PSX\Schema\Tests\Type\Factory;

use PHPUnit\Framework\TestCase;
use PSX\Schema\Format;
Expand Down

0 comments on commit 96d513c

Please sign in to comment.