dhii / simple-test
A simple unit testing framework, for inclusion with other tools.
Installs: 33
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/dhii/simple-test
Requires
- dhii/simple-test-abstract: ^0.1.1
 
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
 - dhii/php-cs-fixer-config: dev-php-5.3
 - phpunit/phpunit: 4.*
 - ptrofimov/xpmock: ^1.1
 
This package is auto-updated.
Last update: 2025-10-07 05:23:21 UTC
README
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.