diff options
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', ]); |