Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit fb97146

Browse files
committed
test: fix namespaces
1 parent 21f07bd commit fb97146

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/Chain/Toolbox/Attribute/ToolParameterTest.php renamed to tests/Chain/JsonSchema/Attribute/ToolParameterTest.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 PhpLlm\LlmChain\Tests\Chain\Toolbox\Attribute;
5+
namespace PhpLlm\LlmChain\Tests\Chain\JsonSchema\Attribute;
66

77
use PhpLlm\LlmChain\Chain\JsonSchema\Attribute\With;
88
use PHPUnit\Framework\Attributes\CoversClass;

tests/Chain/Toolbox/MetadataFactory/ChainFactoryTest.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 Chain\Toolbox\MetadataFactory;
5+
namespace PhpLlm\LlmChain\Tests\Chain\Toolbox\MetadataFactory;
66

77
use PhpLlm\LlmChain\Chain\Toolbox\Exception\ToolConfigurationException;
88
use PhpLlm\LlmChain\Chain\Toolbox\Exception\ToolMetadataException;

tests/Chain/Toolbox/OpenMeteoTest.php renamed to tests/Chain/Toolbox/Tool/OpenMeteoTest.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 PhpLlm\LlmChain\Tests\Chain\Toolbox;
5+
namespace PhpLlm\LlmChain\Tests\Chain\Toolbox\Tool;
66

77
use PhpLlm\LlmChain\Chain\Toolbox\Tool\OpenMeteo;
88
use PHPUnit\Framework\Attributes\CoversClass;

tests/Chain/Toolbox/WikipediaTest.php renamed to tests/Chain/Toolbox/Tool/WikipediaTest.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 PhpLlm\LlmChain\Tests\Chain\Toolbox;
5+
namespace PhpLlm\LlmChain\Tests\Chain\Toolbox\Tool;
66

77
use PhpLlm\LlmChain\Chain\Toolbox\Tool\Wikipedia;
88
use PHPUnit\Framework\Attributes\CoversClass;

0 commit comments

Comments
 (0)