Skip to content

Commit 257c4e9

Browse files
Marick van TuilMarick van Tuil
Marick van Tuil
authored and
Marick van Tuil
committed
Fix test
1 parent c4d8be4 commit 257c4e9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/ConfigHandlerTest.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@
44

55
namespace Tests;
66

7+
use PHPUnit\Framework\Attributes\DataProvider;
78
use Tests\Support\SimpleJob;
89
use Google\Cloud\Tasks\V2\Task;
910
use PHPUnit\Framework\Attributes\Test;
1011
use Stackkit\LaravelGoogleCloudTasksQueue\CloudTasksApi;
1112

1213
class ConfigHandlerTest extends TestCase
1314
{
14-
/**
15-
* @dataProvider handlerDataProvider
16-
*/
15+
#[DataProvider('handlerDataProvider')]
1716
public function test_it_allows_a_handler_url_to_contain_path(string $handler, string $expectedHandler): void
1817
{
1918
CloudTasksApi::fake();

0 commit comments

Comments
 (0)