2017 © Pedro Peláez
 

library simple-test

A simple unit testing framework, for inclusion with other tools.

image

dhii/simple-test

A simple unit testing framework, for inclusion with other tools.

  • Tuesday, November 15, 2016
  • by XedinUnknown
  • Repository
  • 2 Watchers
  • 0 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

SimpleTest

Build Status Code Climate Test Coverage, (*1)

A simple, lightweight, standards-compliant, object-oriented testing framework, made for use with PHP., (*2)

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.

The Versions

15/11 2016

dev-master

9999999-dev

A simple unit testing framework, for inclusion with other tools.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dhii Team

15/11 2016

v0.1.1

0.1.1.0

A simple unit testing framework, for inclusion with other tools.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dhii Team

15/11 2016

dev-release/0.1.1

dev-release/0.1.1

A simple unit testing framework, for inclusion with other tools.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dhii Team

15/11 2016

dev-develop

dev-develop

A simple unit testing framework, for inclusion with other tools.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dhii Team

10/11 2016

v0.1.0

0.1.0.0

A simple unit testing framework, for inclusion with other tools.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dhii Team