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 0c7a6c2 commit 238ff4fCopy full SHA for 238ff4f
tests/Integrations/CLI/Laravel/V10_X/CommonScenariosTest.php
@@ -6,7 +6,7 @@
6
use DDTrace\Tests\Common\SpanAssertion;
7
use DDTrace\Tests\Common\CLITestCase;
8
9
-class CommonScenariosTest extends \DDTrace\Tests\Integrations\CLI\Laravel\V8_X\CommonScenariosTest
+class CommonScenariosTest extends \DDTrace\Tests\Integrations\CLI\Laravel\V9_X\CommonScenariosTest
10
{
11
protected function getScriptLocation()
12
@@ -51,6 +51,7 @@ public function testCommandWithError()
51
SpanAssertion::exists('laravel.event.handle'),
52
53
54
+ SpanAssertion::exists('laravel.event.handle'),
55
])->setError(),
56
]);
57
}
0 commit comments