Skip to content

Commit 2ec7a94

Browse files
committed
[OpenRouter] Move tests to Bridge/OpenRouter/Tests namespace
Move tests from src/platform/tests/Bridge/OpenRouter/ to src/platform/src/Bridge/OpenRouter/Tests/ to follow the same pattern as other bridge packages.
1 parent 11a89ab commit 2ec7a94

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/platform/tests/Bridge/OpenRouter/ModelApiCatalogTest.php renamed to src/platform/src/Bridge/OpenRouter/Tests/ModelApiCatalogTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\AI\Platform\Tests\Bridge\OpenRouter;
12+
namespace Symfony\AI\Platform\Bridge\OpenRouter\Tests;
1313

1414
use PHPUnit\Framework\TestCase;
1515
use Symfony\AI\Platform\Bridge\Generic\CompletionsModel;

src/platform/tests/Bridge/OpenRouter/ModelCatalogTest.php renamed to src/platform/src/Bridge/OpenRouter/Tests/ModelCatalogTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\AI\Platform\Tests\Bridge\OpenRouter;
12+
namespace Symfony\AI\Platform\Bridge\OpenRouter\Tests;
1313

1414
use PHPUnit\Framework\Attributes\DataProvider;
1515
use Symfony\AI\Platform\Bridge\Generic\CompletionsModel;

src/platform/tests/Bridge/OpenRouter/PlatformFactoryTest.php renamed to src/platform/src/Bridge/OpenRouter/Tests/PlatformFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\AI\Platform\Tests\Bridge\OpenRouter;
12+
namespace Symfony\AI\Platform\Bridge\OpenRouter\Tests;
1313

1414
use PHPUnit\Framework\TestCase;
1515
use Symfony\AI\Platform\Bridge\OpenRouter\PlatformFactory;

0 commit comments

Comments
 (0)