8000 fixed code coverage raport generation · symfony/symfony@9ed7c03 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ed7c03

Browse files
committed
fixed code coverage raport generation
1 parent 91e977d commit 9ed7c03

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

autoload.php.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ $loader = new UniversalClassLoader();
99
$loader->registerNamespaces(array(
1010
'Symfony\\Tests' => __DIR__.'/tests',
1111
'Symfony' => __DIR__.'/src',
12+
'Doctrine\\Common\\DataFixtures' => __DIR__.'/vendor/doctrine-fixtures/lib',
1213
'Doctrine\\Common' => __DIR__.'/vendor/doctrine-common/lib',
1314
'Doctrine\\DBAL' => __DIR__.'/vendor/doctrine-dbal/lib',
1415
'Doctrine' => __DIR__.'/vendor/doctrine/lib',

vendors.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@
3434
$deps = array(
3535
array('doctrine', 'http://github.com/doctrine/doctrine2.git', 'origin/master'),
3636
array('doctrine-dbal', 'http://github.com/doctrine/dbal.git', 'origin/master'),
37+
array('doctrine-fixtures', 'https://github.com/doctrine/data-fixtures.git', 'origin/master'),
3738
array('doctrine-common', 'http://github.com/doctrine/common.git', 'origin/master'),
3839
array('twig', 'http://github.com/fabpot/Twig.git', 'origin/master'),
3940
array('propel', 'http://github.com/propelorm/Propel.git', 'origin/master'),
41+
array('monolog', 'https://gi 481B thub.com/Seldaek/monolog.git', 'origin/master'),
4042
);
4143

4244
foreach ($deps as $dep) {

0 commit comments

Comments
 (0)
0