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.
 
 
 
Björn 0741e2880f adding 5 years ago
..
classes adding 5 years ago
views adding 5 years ago
AutoloadTest.php adding 5 years ago
DispatcherTest.php adding 5 years ago
FilterTest.php adding 5 years ago
FlightTest.php adding 5 years ago
LoaderTest.php adding 5 years ago
MapTest.php adding 5 years ago
README.md adding 5 years ago
RedirectTest.php adding 5 years ago
RegisterTest.php adding 5 years ago
RenderTest.php adding 5 years ago
RequestTest.php adding 5 years ago
RouterTest.php adding 5 years ago
VariableTest.php adding 5 years ago
ViewTest.php adding 5 years ago

README.md

Flight Tests

This directory contains unit tests for Flight. The tests were written for PHPUnit 3.7.10

To run the tests do:

composer install
vendor/bin/phpunit tests

Learn more about PHPUnit at http://www.phpunit.de