Skip to content

Commit 51fae38

Browse files
committed
[LmStudio] Move tests to Bridge/LmStudio/Tests namespace
Move tests from src/platform/tests/Bridge/LmStudio/ to src/platform/src/Bridge/LmStudio/Tests/ to follow the same pattern as other bridge packages.
1 parent 168c777 commit 51fae38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/platform/tests/Bridge/LmStudio/ModelCatalogTest.php renamed to src/platform/src/Bridge/LmStudio/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\LmStudio;
12+
namespace Symfony\AI\Platform\Bridge\LmStudio\Tests;
1313

1414
use Symfony\AI\Platform\Bridge\Generic\CompletionsModel;
1515
use Symfony\AI\Platform\Bridge\Generic\EmbeddingsModel;

src/platform/tests/Bridge/LmStudio/PlatformFactoryTest.php renamed to src/platform/src/Bridge/LmStudio/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\LmStudio;
12+
namespace Symfony\AI\Platform\Bridge\LmStudio\Tests;
1313

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

0 commit comments

Comments
 (0)