|
@@ -170,6 +170,10 @@ abstract class FrameworkExtensionTest extends TestCase
|
|
|
|
|
|
public function testAnnotations()
|
|
|
{
|
|
|
+ if (!class_exists('Doctrine\\Common\\Version')) {
|
|
|
+ $this->markTestSkipped('Doctrine is not available.');
|
|
|
+ }
|
|
|
+
|
|
|
$container = $this->createContainerFromFile('full');
|
|
|
|
|
|
$this->assertEquals($container->getParameter('kernel.cache_dir').'/annotations', $container->getDefinition('annotations.file_cache_reader')->getArgument(1));
|