We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e9e54 commit fd482afCopy full SHA for fd482af
tests/Unit/Provider/PredefinedQueueProviderTest.php
@@ -12,6 +12,8 @@
12
use Yiisoft\Queue\Stubs\StubQueue;
13
use Yiisoft\Queue\Tests\Unit\Support\StringEnum;
14
15
+use stdClass;
16
+
17
use function sprintf;
18
19
final class PredefinedQueueProviderTest extends TestCase
@@ -64,7 +66,7 @@ public function testInvalidQueueConfig(): void
64
66
),
65
67
);
68
new PredefinedQueueProvider([
- 'queue1' => new \stdClass(),
69
+ 'queue1' => new stdClass(),
70
]);
71
}
72
0 commit comments