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 23fe019 commit 59c3d74Copy full SHA for 59c3d74
Tests/PheanstalkConnectionFactoryConfigTest.php
@@ -4,6 +4,7 @@
4
5
use Enqueue\Pheanstalk\PheanstalkConnectionFactory;
6
use Enqueue\Test\ClassExtensionTrait;
7
+use Enqueue\Test\ReadAttributeTrait;
8
use PHPUnit\Framework\TestCase;
9
10
/**
@@ -12,6 +13,7 @@
12
13
class PheanstalkConnectionFactoryConfigTest extends TestCase
14
{
15
use ClassExtensionTrait;
16
+ use ReadAttributeTrait;
17
18
public function testThrowNeitherArrayStringNorNullGivenAsConfig()
19
0 commit comments