diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-06-29 15:00:26 +0200 |
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-06-29 15:00:26 +0200 |
| commit | dc8ea32fe76b2dabc3c1195f4f0e154f4c5a4a4b (patch) | |
| tree | 450bca0179dc1f194eb61dc41847fa9cb80fae1d | |
| parent | 457df636e58dbdd5fb0cdb8680016db17b89cb34 (diff) | |
php-phpspec-prophecy: comment
| -rw-r--r-- | php-phpspec-prophecy.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php-phpspec-prophecy.spec b/php-phpspec-prophecy.spec index d3cc0f2..ade2f8b 100644 --- a/php-phpspec-prophecy.spec +++ b/php-phpspec-prophecy.spec @@ -71,6 +71,7 @@ to be used inside any testing framework out there with minimal effort. : Generate a simple autoloader %{_bindir}/phpab --output src/Prophecy/autoload.php src/Prophecy +# Rely on include_path as in PHPUnit dependencies + circular dependencies cat <<EOF | tee -a src/Prophecy/autoload.php // Dependencies' autoloaders require_once 'Doctrine/Instantiator/autoload.php'; |
