Download the PHP package jelito/devstack without Composer
On this page you can find all versions of the php package jelito/devstack. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package devstack
Devstack
Validation
exceptions are from namespace \Jelito\DevStack\Mocker\Exception
- StaticMethodException - try to mock static method
- PrivateMethodException - try to mock private method
- ProtectedMethodException - try to mock protecket method
- NonExistentMethodException - try to mock unknown method
- FinalMethodException - try to mock final method
- UnknownVerifyMethodException - try to verify method which is not mocked
- UndeclaredMethodInvocationException - try to call method which is not mocked
Return values
Return value
Throw exception
Return self - return $this
Return argument - return param passed to function
Call callback
Post assets
Number of invocations
Expected params of invocations
All versions of devstack with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package jelito/devstack contains the following files
Loading the files please wait ....