diff --git a/tests/Integrations/CLI/Laravel/V10_X/CommonScenariosTest.php b/tests/Integrations/CLI/Laravel/V10_X/CommonScenariosTest.php index e672967f48b..bff53814923 100644 --- a/tests/Integrations/CLI/Laravel/V10_X/CommonScenariosTest.php +++ b/tests/Integrations/CLI/Laravel/V10_X/CommonScenariosTest.php @@ -6,7 +6,7 @@ use DDTrace\Tests\Common\SpanAssertion; use DDTrace\Tests\Common\CLITestCase; -class CommonScenariosTest extends \DDTrace\Tests\Integrations\CLI\Laravel\V8_X\CommonScenariosTest +class CommonScenariosTest extends \DDTrace\Tests\Integrations\CLI\Laravel\V9_X\CommonScenariosTest { protected function getScriptLocation() { @@ -51,6 +51,7 @@ public function testCommandWithError() SpanAssertion::exists('laravel.event.handle'), SpanAssertion::exists('laravel.event.handle'), SpanAssertion::exists('laravel.event.handle'), + SpanAssertion::exists('laravel.event.handle'), ])->setError(), ]); }