Skip to content

Commit 238ff4f

Browse files
committed
Fix Laravel 10 cli tests
1 parent 0c7a6c2 commit 238ff4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Integrations/CLI/Laravel/V10_X/CommonScenariosTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use DDTrace\Tests\Common\SpanAssertion;
77
use DDTrace\Tests\Common\CLITestCase;
88

9-
class CommonScenariosTest extends \DDTrace\Tests\Integrations\CLI\Laravel\V8_X\CommonScenariosTest
9+
class CommonScenariosTest extends \DDTrace\Tests\Integrations\CLI\Laravel\V9_X\CommonScenariosTest
1010
{
1111
protected function getScriptLocation()
1212
{
@@ -51,6 +51,7 @@ public function testCommandWithError()
5151
SpanAssertion::exists('laravel.event.handle'),
5252
SpanAssertion::exists('laravel.event.handle'),
5353
SpanAssertion::exists('laravel.event.handle'),
54+
SpanAssertion::exists('laravel.event.handle'),
5455
])->setError(),
5556
]);
5657
}

0 commit comments

Comments
 (0)