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 b9b2d0fa2d
Added ability to register callbacks for class instantiation.
12 years ago
..
classes Added ability to register callbacks for class instantiation. 12 years ago
views
AutoloadTest.php Added ability to register callbacks for class instantiation. 12 years ago
DispatcherTest.php
FilterTest.php
FlightTest.php Added ability to register callbacks for class instantiation. 12 years ago
LoaderTest.php Added ability to register callbacks for class instantiation. 12 years ago
MapTest.php
README.md
RedirectTest.php
RegisterTest.php Added ability to register callbacks for class instantiation. 12 years ago
RenderTest.php
RequestTest.php
RouterTest.php
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