Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

php-phpspec-prophecy-1.7.0-3.el5.remi RPM for noarch

From Remi's RPM for RedHat EL 5 for i386

Name: php-phpspec-prophecy Distribution: Unknown
Version: 1.7.0 Vendor: Remi Collet
Release: 3.el5.remi Build date: Sat Mar 4 07:17:01 2017
Group: Development/Libraries Build host: builder.remirepo.net
Size: 198439 Source RPM: php-phpspec-prophecy-1.7.0-3.el5.remi.src.rpm
Packager: https://blog.remirepo.net/
Url: https://github.com/phpspec/prophecy
Summary: Highly opinionated mocking framework for PHP
Prophecy is a highly opinionated yet very powerful and flexible PHP object
mocking framework.

Though initially it was created to fulfil phpspec2 needs, it is flexible enough
to be used inside any testing framework out there with minimal effort.

Provides

Requires

License

MIT

Changelog

* Sat Mar 04 2017 Remi Collet <remi@remirepo.net> - 1.7.0-3
  - drop implicit dependency on sebastian/recursion-context
* Fri Mar 03 2017 Remi Collet <remi@remirepo.net> - 1.7.0-2
  - fix autoloader for dep. with multiple versions
* Fri Mar 03 2017 Remi Collet <remi@remirepo.net> - 1.7.0-1
  - Update to 1.7.0
* Tue Nov 22 2016 Remi Collet <remi@fedoraproject.org> - 1.6.2-1
  - update to 1.6.2
  - allow sebastian/recursion-context 2.0
  - switch to fedora/autoloader
* Tue Jun 07 2016 Remi Collet <remi@fedoraproject.org> - 1.6.1-1
  - update to 1.6.1
* Mon Feb 15 2016 Remi Collet <remi@fedoraproject.org> - 1.6.0-1
  - update to 1.6.0
  - add dependency on sebastian/recursion-context
  - run test suite with both PHP 5 and 7 when available
  - ignore 1 failed spec with PHP 7
    open https://github.com/phpspec/prophecy/issues/258
* Wed Oct 28 2015 Remi Collet <remi@fedoraproject.org> - 1.5.0-2
  - fix autolaoder, rely on include_path for symfony/class-loader
* Thu Aug 13 2015 Remi Collet <remi@fedoraproject.org> - 1.5.0-1
  - update to 1.5.0
* Mon Jun 29 2015 Remi Collet <remi@fedoraproject.org> - 1.4.1-4
  - use symfony/class-loader
  - enable test suite
* Tue Apr 28 2015 Remi Collet <remi@fedoraproject.org> - 1.4.1-1
  - update to 1.4.1
* Sun Mar 29 2015 Remi Collet <remi@fedoraproject.org> - 1.4.0-1
  - update to 1.4.0
  - add dependency on sebastian/comparator
* Fri Feb 13 2015 Remi Collet <remi@fedoraproject.org> - 1.3.1-1
  - initial package

Files

/usr/share/doc/php-phpspec-prophecy-1.7.0
/usr/share/doc/php-phpspec-prophecy-1.7.0/CHANGES.md
/usr/share/doc/php-phpspec-prophecy-1.7.0/CONTRIBUTING.md
/usr/share/doc/php-phpspec-prophecy-1.7.0/LICENSE
/usr/share/doc/php-phpspec-prophecy-1.7.0/README.md
/usr/share/doc/php-phpspec-prophecy-1.7.0/composer.json
/usr/share/php/Prophecy
/usr/share/php/Prophecy/Argument
/usr/share/php/Prophecy/Argument.php
/usr/share/php/Prophecy/Argument/ArgumentsWildcard.php
/usr/share/php/Prophecy/Argument/Token
/usr/share/php/Prophecy/Argument/Token/AnyValueToken.php
/usr/share/php/Prophecy/Argument/Token/AnyValuesToken.php
/usr/share/php/Prophecy/Argument/Token/ApproximateValueToken.php
/usr/share/php/Prophecy/Argument/Token/ArrayCountToken.php
/usr/share/php/Prophecy/Argument/Token/ArrayEntryToken.php
/usr/share/php/Prophecy/Argument/Token/ArrayEveryEntryToken.php
/usr/share/php/Prophecy/Argument/Token/CallbackToken.php
/usr/share/php/Prophecy/Argument/Token/ExactValueToken.php
/usr/share/php/Prophecy/Argument/Token/IdenticalValueToken.php
/usr/share/php/Prophecy/Argument/Token/LogicalAndToken.php
/usr/share/php/Prophecy/Argument/Token/LogicalNotToken.php
/usr/share/php/Prophecy/Argument/Token/ObjectStateToken.php
/usr/share/php/Prophecy/Argument/Token/StringContainsToken.php
/usr/share/php/Prophecy/Argument/Token/TokenInterface.php
/usr/share/php/Prophecy/Argument/Token/TypeToken.php
/usr/share/php/Prophecy/Call
/usr/share/php/Prophecy/Call/Call.php
/usr/share/php/Prophecy/Call/CallCenter.php
/usr/share/php/Prophecy/Comparator
/usr/share/php/Prophecy/Comparator/ClosureComparator.php
/usr/share/php/Prophecy/Comparator/Factory.php
/usr/share/php/Prophecy/Comparator/ProphecyComparator.php
/usr/share/php/Prophecy/Doubler
/usr/share/php/Prophecy/Doubler/CachedDoubler.php
/usr/share/php/Prophecy/Doubler/ClassPatch
/usr/share/php/Prophecy/Doubler/ClassPatch/ClassPatchInterface.php
/usr/share/php/Prophecy/Doubler/ClassPatch/DisableConstructorPatch.php
/usr/share/php/Prophecy/Doubler/ClassPatch/HhvmExceptionPatch.php
/usr/share/php/Prophecy/Doubler/ClassPatch/KeywordPatch.php
/usr/share/php/Prophecy/Doubler/ClassPatch/MagicCallPatch.php
/usr/share/php/Prophecy/Doubler/ClassPatch/ProphecySubjectPatch.php
/usr/share/php/Prophecy/Doubler/ClassPatch/ReflectionClassNewInstancePatch.php
/usr/share/php/Prophecy/Doubler/ClassPatch/SplFileInfoPatch.php
/usr/share/php/Prophecy/Doubler/ClassPatch/TraversablePatch.php
/usr/share/php/Prophecy/Doubler/DoubleInterface.php
/usr/share/php/Prophecy/Doubler/Doubler.php
/usr/share/php/Prophecy/Doubler/Generator
/usr/share/php/Prophecy/Doubler/Generator/ClassCodeGenerator.php
/usr/share/php/Prophecy/Doubler/Generator/ClassCreator.php
/usr/share/php/Prophecy/Doubler/Generator/ClassMirror.php
/usr/share/php/Prophecy/Doubler/Generator/Node
/usr/share/php/Prophecy/Doubler/Generator/Node/ArgumentNode.php
/usr/share/php/Prophecy/Doubler/Generator/Node/ClassNode.php
/usr/share/php/Prophecy/Doubler/Generator/Node/MethodNode.php
/usr/share/php/Prophecy/Doubler/Generator/ReflectionInterface.php
/usr/share/php/Prophecy/Doubler/LazyDouble.php
/usr/share/php/Prophecy/Doubler/NameGenerator.php
/usr/share/php/Prophecy/Exception
/usr/share/php/Prophecy/Exception/Call
/usr/share/php/Prophecy/Exception/Call/UnexpectedCallException.php
/usr/share/php/Prophecy/Exception/Doubler
/usr/share/php/Prophecy/Exception/Doubler/ClassCreatorException.php
/usr/share/php/Prophecy/Exception/Doubler/ClassMirrorException.php
/usr/share/php/Prophecy/Exception/Doubler/ClassNotFoundException.php
/usr/share/php/Prophecy/Exception/Doubler/DoubleException.php
/usr/share/php/Prophecy/Exception/Doubler/DoublerException.php
/usr/share/php/Prophecy/Exception/Doubler/InterfaceNotFoundException.php
/usr/share/php/Prophecy/Exception/Doubler/MethodNotExtendableException.php
/usr/share/php/Prophecy/Exception/Doubler/MethodNotFoundException.php
/usr/share/php/Prophecy/Exception/Doubler/ReturnByReferenceException.php
/usr/share/php/Prophecy/Exception/Exception.php
/usr/share/php/Prophecy/Exception/InvalidArgumentException.php
/usr/share/php/Prophecy/Exception/Prediction
/usr/share/php/Prophecy/Exception/Prediction/AggregateException.php
/usr/share/php/Prophecy/Exception/Prediction/FailedPredictionException.php
/usr/share/php/Prophecy/Exception/Prediction/NoCallsException.php
/usr/share/php/Prophecy/Exception/Prediction/PredictionException.php
/usr/share/php/Prophecy/Exception/Prediction/UnexpectedCallsCountException.php
/usr/share/php/Prophecy/Exception/Prediction/UnexpectedCallsException.php
/usr/share/php/Prophecy/Exception/Prophecy
/usr/share/php/Prophecy/Exception/Prophecy/MethodProphecyException.php
/usr/share/php/Prophecy/Exception/Prophecy/ObjectProphecyException.php
/usr/share/php/Prophecy/Exception/Prophecy/ProphecyException.php
/usr/share/php/Prophecy/PhpDocumentor
/usr/share/php/Prophecy/PhpDocumentor/ClassAndInterfaceTagRetriever.php
/usr/share/php/Prophecy/PhpDocumentor/ClassTagRetriever.php
/usr/share/php/Prophecy/PhpDocumentor/LegacyClassTagRetriever.php
/usr/share/php/Prophecy/PhpDocumentor/MethodTagRetrieverInterface.php
/usr/share/php/Prophecy/Prediction
/usr/share/php/Prophecy/Prediction/CallPrediction.php
/usr/share/php/Prophecy/Prediction/CallTimesPrediction.php
/usr/share/php/Prophecy/Prediction/CallbackPrediction.php
/usr/share/php/Prophecy/Prediction/NoCallsPrediction.php
/usr/share/php/Prophecy/Prediction/PredictionInterface.php
/usr/share/php/Prophecy/Promise
/usr/share/php/Prophecy/Promise/CallbackPromise.php
/usr/share/php/Prophecy/Promise/PromiseInterface.php
/usr/share/php/Prophecy/Promise/ReturnArgumentPromise.php
/usr/share/php/Prophecy/Promise/ReturnPromise.php
/usr/share/php/Prophecy/Promise/ThrowPromise.php
/usr/share/php/Prophecy/Prophecy
/usr/share/php/Prophecy/Prophecy/MethodProphecy.php
/usr/share/php/Prophecy/Prophecy/ObjectProphecy.php
/usr/share/php/Prophecy/Prophecy/ProphecyInterface.php
/usr/share/php/Prophecy/Prophecy/ProphecySubjectInterface.php
/usr/share/php/Prophecy/Prophecy/Revealer.php
/usr/share/php/Prophecy/Prophecy/RevealerInterface.php
/usr/share/php/Prophecy/Prophet.php
/usr/share/php/Prophecy/Util
/usr/share/php/Prophecy/Util/ExportUtil.php
/usr/share/php/Prophecy/Util/StringUtil.php
/usr/share/php/Prophecy/autoload.php


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 10:32:15 2024