summaryrefslogtreecommitdiffstats
path: root/Autoload.php.in
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-04-03 14:32:31 +0200
committerRemi Collet <fedora@famillecollet.com>2015-04-03 14:32:31 +0200
commit7ee4be8cc7ebae59149cb0aaa6731f0ade07f9b3 (patch)
treea8604461d50590731911fa364d1a6aa0d3e61561 /Autoload.php.in
parent7c5509b7d2c62d5e4b595ada6949db42a80bc3cd (diff)
php-phpunit-PHPUnit: 4.6.0
Diffstat (limited to 'Autoload.php.in')
-rw-r--r--Autoload.php.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Autoload.php.in b/Autoload.php.in
index f12fd6e..8247632 100644
--- a/Autoload.php.in
+++ b/Autoload.php.in
@@ -16,6 +16,7 @@ require_once 'SebastianBergmann/Comparator/autoload.php';
require_once 'SebastianBergmann/GlobalState/autoload.php';
require_once 'Doctrine/Instantiator/autoload.php';
require_once 'Prophecy/autoload.php';
+require_once 'PHPUnit/Framework/Assert/Functions.php';
$vendorDir = '/usr/share/php';
require_once $vendorDir . '/Symfony/Component/ClassLoader/UniversalClassLoader.php';