Skip to content

Commit

Permalink
"Parameter #3 $queueable of class class@anonymous/queue/src/Configs/Q…
Browse files Browse the repository at this point in the history
…ueueableConfigTest.php:35 constructor expects LastDragon_ru\LaraASP\Queue\Contracts\ConfigurableQueueable, object given." fix.
  • Loading branch information
LastDragon-ru committed Nov 6, 2021
1 parent 40dafaa commit 4018eaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/queue/src/Configs/QueueableConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ class QueueableConfigTest extends TestCase {
/**
* @covers ::getQueueClass
* @dataProvider dataProviderGetQueueClass
*
* @param class-string<ConfigurableQueueable> $class
*/
public function testGetQueueClass(string $expected, string $class): void {
$container = Container::getInstance();
Expand Down

0 comments on commit 4018eaa

Please sign in to comment.