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.
flight-core/tests
Mike Cao b781e63d08
Fix test.
8 years ago
..
classes Updated test asset. 9 years ago
views
AutoloadTest.php
DispatcherTest.php
FilterTest.php
FlightTest.php Moved map method check to Engine. Added get method to Loader. Added new tests. 9 years ago
LoaderTest.php
MapTest.php Moved map method check to Engine. Added get method to Loader. Added new tests. 9 years ago
README.md
RedirectTest.php
RegisterTest.php
RenderTest.php
RequestTest.php
RouterTest.php Fix test. 8 years ago
VariableTest.php
ViewTest.php

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