Skip to content

Commit 59c3d74

Browse files
committed
Fix more attributes; void returns; assert string contains; resource;
1 parent 23fe019 commit 59c3d74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/PheanstalkConnectionFactoryConfigTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
use Enqueue\Pheanstalk\PheanstalkConnectionFactory;
66
use Enqueue\Test\ClassExtensionTrait;
7+
use Enqueue\Test\ReadAttributeTrait;
78
use PHPUnit\Framework\TestCase;
89

910
/**
@@ -12,6 +13,7 @@
1213
class PheanstalkConnectionFactoryConfigTest extends TestCase
1314
{
1415
use ClassExtensionTrait;
16+
use ReadAttributeTrait;
1517

1618
public function testThrowNeitherArrayStringNorNullGivenAsConfig()
1719
{

0 commit comments

Comments
 (0)