Download the PHP package ehough/mockery without Composer
On this page you can find all versions of the php package ehough/mockery. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ehough/mockery
More information about ehough/mockery
Files in ehough/mockery
Package mockery
Short Description Fork of padraic/mockery compatible with PHP 5.2+.
License BSD-3-Clause
Homepage https://github.com/ehough/mockery
Informations about the package mockery
mockery
This library is no longer supported or maintained as PHP 5.2 usage levels have finally dropped below 10%
Fork of padraic/mockery compatible with PHP 5.2+.
Motivation
padraic/mockery is a fantastic mocking library, but it's only compatible with PHP 5.3+. While 99% of PHP servers run PHP 5.2 or higher, 12% of all servers are still running PHP 5.2 or lower (source).
Differences from padraic/mockery
The primary difference is naming conventions of the padraic/mockery classes.
Instead of the \Mockery
namespace (and sub-namespaces), prefix the class names
with ehough_mockery
and follow the PEAR naming convention
A few examples of class naming conversions:
\Mockery -----> ehough_mockery_Mockery
\Mockery\Mock -----> ehough_mockery_mockery_Mock
\Mockery\Matcher\Any -----> ehough_mockery_mockery_matcher_Any
Usage
Visit padraic/mockery for the current documentation.
Releases and Versioning
Releases are synchronized with the upstream padraic repository. e.g. ehough/mockery 0.8.0
has merged the code
from padraic/mockery 0.8.0
.
All versions of mockery with dependencies
lib-pcre Version >=7.0