Skip to content

Commit

Permalink
Fix Laravel 10 cli tests
Browse files Browse the repository at this point in the history
  • Loading branch information
estringana committed Feb 8, 2024
1 parent 0c7a6c2 commit 238ff4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Integrations/CLI/Laravel/V10_X/CommonScenariosTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down Expand Up @@ -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(),
]);
}
Expand Down

0 comments on commit 238ff4f

Please sign in to comment.