diff options
author | Remi Collet <remi@remirepo.net> | 2017-08-07 14:37:21 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-08-07 14:37:21 +0200 |
commit | f8640fa8de4ae152bf7d3f39eccede947225c3d6 (patch) | |
tree | b749d223f2d35c06c3bb43160b6519e7299de399 /phpspec-autoload.php | |
parent | aafdd610c6c68f2a30924e4ac54e42269825dd65 (diff) |
v4.0.2
Diffstat (limited to 'phpspec-autoload.php')
-rw-r--r-- | phpspec-autoload.php | 5 |
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', ]); |