We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9da9c0 commit 69c228aCopy full SHA for 69c228a
src/store/tests/Bridge/MongoDb/StoreTest.php
@@ -16,6 +16,7 @@
16
use MongoDB\Collection;
17
use MongoDB\Driver\CursorInterface;
18
use MongoDB\Driver\Exception\CommandException;
19
+use PHPUnit\Framework\Attributes\RequiresPhpExtension;
20
use PHPUnit\Framework\TestCase;
21
use Psr\Log\NullLogger;
22
use Symfony\AI\Platform\Vector\Vector;
@@ -25,6 +26,7 @@
25
26
use Symfony\AI\Store\Exception\InvalidArgumentException;
27
use Symfony\Component\Uid\Uuid;
28
29
+#[RequiresPhpExtension('mongodb')]
30
final class StoreTest extends TestCase
31
{
32
public function testAddSingleDocument()
0 commit comments