| 1 | <?php |
||
| 13 | class ResqueExtensionTest extends \PHPUnit_Framework_TestCase |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @var \Symfony\Component\DependencyInjection\ContainerBuilder |
||
| 17 | */ |
||
| 18 | protected $containerBuilder; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @expectedException \Symfony\Component\Config\Definition\Exception\InvalidConfigurationException |
||
| 22 | */ |
||
| 23 | public function testLoadExtensionThrowsExceptionIfNotConfigured() |
||
| 29 | } |