Skip to content

Commit 24c0c76

Browse files
committed
update test class
1 parent 62f2869 commit 24c0c76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Provider/AmqpTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
use Packaged\Config\ConfigSectionInterface;
55
use Packaged\Config\Provider\ConfigSection;
66
use Packaged\Queue\Tests\Provider\Mock\AmqpMockProvider;
7+
use PHPUnit\Framework\TestCase;
78

8-
class AmqpTest extends \PHPUnit_Framework_TestCase
9+
class AmqpTest extends TestCase
910
{
1011
protected function _getProvider(string $queue, ?string $exchange = null)
1112
{

0 commit comments

Comments
 (0)