summaryrefslogtreecommitdiffstats
path: root/phpspec-autoload.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-08-07 14:37:21 +0200
committerRemi Collet <remi@remirepo.net>2017-08-07 14:37:21 +0200
commitf8640fa8de4ae152bf7d3f39eccede947225c3d6 (patch)
treeb749d223f2d35c06c3bb43160b6519e7299de399 /phpspec-autoload.php
parentaafdd610c6c68f2a30924e4ac54e42269825dd65 (diff)
v4.0.2
Diffstat (limited to 'phpspec-autoload.php')
-rw-r--r--phpspec-autoload.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/phpspec-autoload.php b/phpspec-autoload.php
index 1fbcc5d..066d8d7 100644
--- a/phpspec-autoload.php
+++ b/phpspec-autoload.php
@@ -16,8 +16,5 @@ if (is_dir(getcwd().'/spec')) {
'phpspec/php-diff/autoload.php',
'Prophecy/autoload.php',
'Doctrine/Instantiator/autoload.php',
- [
- 'SebastianBergmann/Exporter3/autoload.php',
- 'SebastianBergmann/Exporter/autoload.php',
- ],
+ 'SebastianBergmann/Exporter3/autoload.php',
]);