diff options
author | Brian Evans <grknight@gentoo.org> | 2017-03-09 10:41:41 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-03-09 11:22:26 -0500 |
commit | a7100386fb4ccd88c2fbe9a6df4004596bfcb1fe (patch) | |
tree | 7e5f6c1d67d89b103d42e8ace2f8236c78879b99 /dev-php/phpspec-prophecy/files/autoload.php | |
parent | dev-php/myclabs-deepcopy: New package for an unbundled phpunit (diff) | |
download | gentoo-a7100386fb4ccd88c2fbe9a6df4004596bfcb1fe.tar.gz gentoo-a7100386fb4ccd88c2fbe9a6df4004596bfcb1fe.tar.bz2 gentoo-a7100386fb4ccd88c2fbe9a6df4004596bfcb1fe.zip |
dev-php/phpspec-prophecy: New package for an unbundled phpunit
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-php/phpspec-prophecy/files/autoload.php')
-rw-r--r-- | dev-php/phpspec-prophecy/files/autoload.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-php/phpspec-prophecy/files/autoload.php b/dev-php/phpspec-prophecy/files/autoload.php new file mode 100644 index 000000000000..eb61ccb5eedb --- /dev/null +++ b/dev-php/phpspec-prophecy/files/autoload.php @@ -0,0 +1,15 @@ +<?php +/* Autoloader for dev-php/phpspec-prophecy */ + +if (!class_exists('Fedora\\Autoloader\\Autoload', false)) { + require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; +} + +Fedora\Autoloader\Autoload::addPsr0('Prophecy\\', __DIR__); + +\Fedora\Autoloader\Dependencies::required(array( + '/usr/share/php/phpDocumentor/ReflectionDocBlock/autoload.php', + '/usr/share/php/SebastianBergmann/Comparator/autoload.php', + '/usr/share/php/Doctrine/Instantiator/autoload.php', + '/usr/share/php/SebastianBergmann/RecursionContext/autoload.php', +)); |