File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public static function getHandler($handler): string
6666 $ trimmedHandlerUrl = rtrim ($ handler , '/ ' );
6767
6868 if (!str_ends_with ($ trimmedHandlerUrl , '/handle-task ' )) {
69- return $ trimmedHandlerUrl . ' /handle-task ' ;
69+ return " $ trimmedHandlerUrl/handle-task " ;
7070 }
7171
7272 return $ trimmedHandlerUrl ;
Original file line number Diff line number Diff line change 44
55use Stackkit \LaravelGoogleCloudTasksQueue \Config ;
66
7- class ConfigHandlerTest extends TestCase
7+ class ConfigHandlerTest extends \ PHPUnit \ Framework \ TestCase
88{
99 /**
1010 * @dataProvider handlerDataProvider
@@ -24,4 +24,4 @@ public function handlerDataProvider(): array
2424 ['https://example.com/handle-task/ ' , 'https://example.com/handle-task ' ],
2525 ];
2626 }
27- }
27+ }
You can’t perform that action at this time.
0 commit comments