Skip to content

Commit

Permalink
fix(ci): php 8 & laravel 7 tests issue caused by orchestra/testbench
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzarbn committed Feb 17, 2022
1 parent 24f06e0 commit 0dff885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ protected function getEnvironmentSetUp($app)
]);
}

protected function getAnnotations(): array
public function getAnnotations(): array
{
return []; // orchestra/testbench 5 bug
}
Expand Down

0 comments on commit 0dff885

Please sign in to comment.