summaryrefslogtreecommitdiffstats
path: root/Autoload.php.in
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-02-13 14:47:59 +0100
committerRemi Collet <fedora@famillecollet.com>2015-02-13 14:47:59 +0100
commit01f518382aba039cb8988a05e3971bb44d764561 (patch)
treed0b975ea22964709af2e519467d6e9d6ee4047ec /Autoload.php.in
parent1515466cff6d92a51295504082feff0dd931fc5a (diff)
php-phpunit-PHPUnit: 4.5.0
Diffstat (limited to 'Autoload.php.in')
-rw-r--r--Autoload.php.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Autoload.php.in b/Autoload.php.in
index 6c8355a..f12fd6e 100644
--- a/Autoload.php.in
+++ b/Autoload.php.in
@@ -14,6 +14,8 @@ require_once 'SebastianBergmann/Exporter/autoload.php';
require_once 'SebastianBergmann/Version/autoload.php';
require_once 'SebastianBergmann/Comparator/autoload.php';
require_once 'SebastianBergmann/GlobalState/autoload.php';
+require_once 'Doctrine/Instantiator/autoload.php';
+require_once 'Prophecy/autoload.php';
$vendorDir = '/usr/share/php';
require_once $vendorDir . '/Symfony/Component/ClassLoader/UniversalClassLoader.php';
@@ -23,7 +25,6 @@ $loader = new UniversalClassLoader();
$loader->registerNamespaces(array(
'Symfony\\Component\\Yaml' => $vendorDir,
'Symfony\\Component\\ClassLoader' => $vendorDir,
- 'Doctrine\\Instantiator' => $vendorDir,
));
$loader->register();