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