Download the PHP package dhii/simple-test without Composer
On this page you can find all versions of the php package dhii/simple-test. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dhii/simple-test
More information about dhii/simple-test
Files in dhii/simple-test
Download dhii/simple-test
More information about dhii/simple-test
Files in dhii/simple-test
Vendor dhii
Package simple-test
Short Description A simple unit testing framework, for inclusion with other tools.
License MIT
Package simple-test
Short Description A simple unit testing framework, for inclusion with other tools.
License MIT
Please rate this library. Is it a good library?
Informations about the package simple-test
SimpleTest
A simple, lightweight, standards-compliant, object-oriented testing framework, made for use with PHP.
Features
- Use directly from PHP, no need for CLI wrappers;
- Can produce text output similar to that of other CLI testing frameworks;
- A granular approach to how or which tests to add;
- A queriable result report that exposes granular details of test resutls;
- Simple assertions, providing an extensible entry point for limitless complexity;
- No need to depend on any concrete implementation - see project dependencies;
- Loosely-coupled code via traditional dependency injection.
- Clear separation of concerns;
- Clear public API and implementation thereof.
Planned
- Add more assertions, perhaps OOP style - via callable classes;
- Add and test support for mocking frameworks;
- Make a stable release;
- Re-factor using features of PHP 5.6 and make a separate stable release.
All versions of simple-test with dependencies
PHP Build Version
Package Version
Requires
dhii/simple-test-abstract Version
^0.1.1
The package dhii/simple-test contains the following files
Loading the files please wait ....