Boilerplate to use a Directus Instance to Build a Custom Website, Content will be Manage by Directus
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.

10 lines
284 B

5 years ago
  1. ## Flight Tests
  2. This directory contains unit tests for Flight. The tests were written for PHPUnit 3.7.10
  3. To run the tests do:
  4. composer install
  5. vendor/bin/phpunit tests
  6. Learn more about PHPUnit at [http://www.phpunit.de](http://www.phpunit.de/manual/current/en/index.html)