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
Pascal Borreli 2648a5216e
Fixed typos
11 years ago
..
classes
views
AutoloadTest.php Autoloader should not throw exceptions. 12 years ago
DispatcherTest.php Dispatcher should check for valid callback. 11 years ago
FilterTest.php
FlightTest.php
LoaderTest.php Fixed typos 11 years ago
MapTest.php
README.md
RedirectTest.php Fixed typos 11 years ago
RegisterTest.php Fixed typos 11 years ago
RenderTest.php
RequestTest.php Allow HTTP method overriding. 11 years ago
RouterTest.php Added ability to get splat from URL pattern. 11 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:

phpunit tests

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