Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions tests/ConfigHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@
use Tests\Support\SimpleJob;
use Google\Cloud\Tasks\V2\Task;
use PHPUnit\Framework\Attributes\Test;
use PHPUnit\Framework\Attributes\DataProvider;
use Stackkit\LaravelGoogleCloudTasksQueue\CloudTasksApi;

class ConfigHandlerTest extends TestCase
{
/**
* @dataProvider handlerDataProvider
*/
#[DataProvider('handlerDataProvider')]
public function test_it_allows_a_handler_url_to_contain_path(string $handler, string $expectedHandler): void
{
CloudTasksApi::fake();
Expand Down