1 | <?php |
||
7 | class ConnectionFactoryFactoryTest extends \PHPUnit_Framework_TestCase |
||
8 | { |
||
9 | |||
10 | public function testCreateFactory() |
||
19 | |||
20 | /** |
||
21 | * @expectedException \AMQPAL\Adapter\Exception\InvalidArgumentException |
||
22 | */ |
||
23 | public function testCreateFactoryNotExistingKey() |
||
30 | |||
31 | /** |
||
32 | * @expectedException \AMQPAL\Adapter\Exception\RuntimeException |
||
33 | */ |
||
34 | public function testCreateFactoryWithInvalidFactory() |
||
41 | } |
||
42 |