Download the PHP package watoki/scrut without Composer
On this page you can find all versions of the php package watoki/scrut. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor watoki
Package scrut
Short Description Injectable test classes for PHP.
License MIT
Homepage http://github.com/watoki/scrut
Package scrut
Short Description Injectable test classes for PHP.
License MIT
Homepage http://github.com/watoki/scrut
Please rate this library. Is it a good library?
Informations about the package scrut
scrut 
Have you ever thought how nice it would be to use dependency injection in your test classes? Search no further!
scrut uses [factory] to inject it's properties. Just extend from Specification
(which extends PHPUnit's TestCase
)
and define its dependencies by marking injectable properties with <-
.
scrut can be used to create maintainable test suites which can also serve quite nicely as living documentation which then can be published (with dox for example).
All versions of scrut with dependencies
PHP Build Version
Package Version
The package watoki/scrut contains the following files
Loading the files please wait ....