Skip to content

Commit f8c12a2

Browse files
committed
Fix more attributes; nullable params
1 parent 9093871 commit f8c12a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/RunCommandProcessorTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
namespace Enqueue\AsyncCommand\Tests;
44

55
use Enqueue\AsyncCommand\RunCommandProcessor;
6+
use Enqueue\Test\ReadAttributeTrait;
67
use Interop\Queue\Processor;
78
use PHPUnit\Framework\TestCase;
89

910
class RunCommandProcessorTest extends TestCase
1011
{
12+
use ReadAttributeTrait;
13+
1114
public function testShouldImplementProcessorInterface()
1215
{
1316
$rc = new \ReflectionClass(RunCommandProcessor::class);

0 commit comments

Comments
 (0)