Skip to content

StephanKrauss/punit

 
 

Repository files navigation

Join the chat at https://gitter.im/punit-framework/Lobby

If your bug / question remains unanswered in gitter, please open an Issue – otherwise it will be lost in a sea of messages :)

Installation

composer create-project dridi-walid/punit:dev-master
or
git clone https://github.com/dridi-walid/punit.git && composer install

Run tests

./bin/punit

Your should see the following output:

1) Test\App\CalcTest::testSumPass() -->  PASS 
2) Test\App\CalcTest::testSumFail() -->  FAIL, Error: Expected: 3, Result: 2

Tests: 2  Ok: 1   Failures: 1

About

Another php unit test micro framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%