2017 © Pedro Peláez
 

library testuals

Simple PHP unit tests framework

image

santa/testuals

Simple PHP unit tests framework

  • Monday, October 16, 2017
  • by santa
  • Repository
  • 0 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Testuals

Simple PHP unit tests framework

Testuals is an unit test framework designed to simplify your life allowing you to define some stupid tests in a simple, understandable and more textual way., (*1)

It was made as a PoC in a single HackDay so there would have a lot of functionalities to implement and some changes to do., (*2)

Minimum PHP Version, (*3)

Installation

You can install Testuals with Composer:, (*4)

$> composer require jaimelopez/testuals

If you don't have a composer installed globally then you can get Testuals doing:, (*5)

$> curl -sS https://getcomposer.org/installer | php
$> php composer.phar require jaimelopez/testuals

After that you'll be able to run Testuals via:, (*6)

$> vendor/bin/testuals

Examples

There are a example project using Testuals: https://github.com/jaimelopez/testuals-example, (*7)

The Versions