Skip to content

gitter-badger/punit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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