Download the PHP package maxvu/sliver without Composer
On this page you can find all versions of the php package maxvu/sliver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor maxvu
Package sliver
Short Description A tiny PHP test framework.
License MIT
Homepage http://github.com/maxvu/sliver
Package sliver
Short Description A tiny PHP test framework.
License MIT
Homepage http://github.com/maxvu/sliver
Please rate this library. Is it a good library?
Informations about the package sliver
sliver
A simple, closure-based Test class.
Quick start
Rope in sliver
as a Composer dependency:
Instantiate maxvu\sliver\Test
, using a closure exhibiting the behavior to test as its only constructor argument.
Use $test->assert()
to capture a value and any of the following methods to apply expectations to it:
Provide a list of these Test
s to a maxvu\sliver\Runner
(like maxvu\sliver\ConsoleRunner
) and call run()
on it:
Have printed out to the console information about each test:
All versions of sliver with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package maxvu/sliver contains the following files
Loading the files please wait ....