示例#1
0
 /**
  * Returns the kernel parameters.
  *
  * @return array An array of kernel parameters
  */
 protected function getKernelParameters()
 {
     return array_merge(parent::getKernelParameters(), array('kernel.cmf_test_web_dir' => CMF_TEST_ROOT_DIR . DIRECTORY_SEPARATOR . 'resources' . DIRECTORY_SEPARATOR . 'web'));
 }
 protected function prepareContainer(ContainerBuilder $container)
 {
     parent::prepareContainer($container);
     $container->setParameter('cmf_testing.bundle_fqn', 'DTL\\Bundle\\PhpcrMigrations\\PhpcrMigrationsBundle');
 }