Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Uyi Ehondor committed Sep 9, 2013
1 parent 7646ecf commit 3c82519
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ PHPUnit TestRunner

This very simple test runner was inspired by karma (another test runner for javascript).

Blog post: http://uyi.ehondor.com/blog/simple-php-testrunner-using-phpunit/

#### How to install
```bash
$ npm install phpunit-testrunner
Expand All @@ -29,9 +31,7 @@ Use the following as a template for the required configuration file.
}
```

Blog post: http://uyi.ehondor.com/blog/simple-php-testrunner-using-phpunit/

###TODO
* Add a better documentation
* Add better documentation
* Add a `--version` option
* Add unit tests

0 comments on commit 3c82519

Please sign in to comment.