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
fadrian06 cd79dc92b6
Can execute instance methods statically (useful for Controllers)
2 years ago
..
classes
views
AutoloadTest.php
CollectionTest.php
DispatcherTest.php Can execute instance methods statically (useful for Controllers) 2 years ago
EngineTest.php
FilterTest.php
FlightTest.php Improved docblocks 2 years ago
LoaderTest.php
MapTest.php
PdoWrapperTest.php so many phpcs fixes. No more, no more! 2 years ago
README.md
RedirectTest.php
RegisterTest.php
RenderTest.php
RequestTest.php
ResponseTest.php
RouterTest.php beautified 2 years ago
VariableTest.php
ViewTest.php so many phpcs fixes. No more, no more! 2 years ago
phpunit_autoload.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