8000 merged branch stof/fix_testsuite (PR #5403) · symfony/symfony@c0673d7 · GitHub
[go: up one dir, main page]

Skip to content

Commit c0673d7

Browse files
committed
merged branch stof/fix_testsuite (PR #5403)
Commits ------- 7ef6295 Removed the unnecessary file include Discussion ---------- Removed the unnecessary file include As of Doctrine 2.2, the ORM annotations can be found by the autoloader directly. This will also avoid breaking the testsuite in case the dev deps have not been installed as the ORM would not be available in this case (the tests relying on the ORM should already be skipped when it is not available). See #5402
2 parents 0f61b2e + 7ef6295 commit c0673d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoload.php.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ if (!function_exists('intl_get_error_code')) {
1414
}
1515

1616
AnnotationRegistry::registerLoader(array($loader, 'loadClass'));
17-
AnnotationRegistry::registerFile(__DIR__.'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php');

0 commit comments

Comments
 (0)
0