mirror of https://github.com/flightphp/core
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
256 B
9 lines
256 B
12 years ago
|
# Flight Tests
|
||
|
|
||
|
This directory contains unit tests for Flight. The tests were written for PHPUnit 3.7.
|
||
|
|
||
|
To run the tests do:
|
||
|
|
||
|
phpunit tests
|
||
|
|
||
|
Learn more about PHPUnit at [http://www.phpunit.de](http://www.phpunit.de/manual/current/en/index.html)
|