Skip to content

Commit fce5a50

Browse files
committed
Move FormFactoryTest to unit tests
1 parent f5a1eb8 commit fce5a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/src/Factories/FormFactoryTest.php renamed to tests/unit/src/Factories/FormFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace SimpleSAML\Test\Module\oidc\integration\Factories;
5+
namespace SimpleSAML\Test\Module\oidc\unit\Factories;
66

77
use PHPUnit\Framework\Attributes\CoversClass;
88
use PHPUnit\Framework\Attributes\UsesClass;

0 commit comments

Comments
 (0)