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 0dd4cbb commit bb3aa7dCopy full SHA for bb3aa7d
tests/Functional/JsonStreamerTest.php
@@ -272,6 +272,10 @@ public function testJsonStreamerWriteJsonLd(): void
272
273
public function testJsonStreamerWriteJson(): void
274
{
275
+ if (false === (class_exists(ControllerHelper::class) && class_exists(JsonStreamWriter::class))) {
276
+ $this->markTestSkipped('JsonStreamer component not installed.');
277
+ }
278
+
279
$container = static::getContainer();
280
if ('mongodb' === $container->getParameter('kernel.environment')) {
281
$this->markTestSkipped();
0 commit comments