Skip to content

Commit c38c7bd

Browse files
committed
Fixed some regressions
1 parent 66ee80e commit c38c7bd

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

resources/config/dist/doctrine.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ doctrine:
33
driver: %database_driver%
44
path: %database_path%
55
charset: UTF8
6-
orm:
7-
auto_mapping: true

resources/config/phpcr_odm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22

3-
$loader->import(CMF_TEST_CONFIG_DIR.'/dist/phpcrodm.php');
3+
$loader->import(CMF_TEST_CONFIG_DIR.'/dist/phpcr_odm.php');

src/Symfony/Cmf/Component/Testing/Functional/BaseTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@ protected static function createKernel(array $options = array())
109109
$options['environment'] = 'phpcr';
110110
}
111111

112-
parent::createKernel($options);
112+
return parent::createKernel($options);
113113
}
114114
}

0 commit comments

Comments
 (0)