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 86df1cb2bd
Resolved phpcs Generic standard rules
1 year ago
..
classes DispatcherTest 100% test coverage 1 year ago
server Resolved phpcs Generic standard rules 1 year ago
server-v2 corrected template path in test servers 1 year ago
views
AutoloadTest.php
CollectionTest.php
DispatcherTest.php DispatcherTest 100% test coverage 1 year ago
DocExamplesTest.php added helpers to req/resp and cleaned up phpcs/stan errors 1 year ago
EngineTest.php initial commit to overhaul output buffering 1 year ago
FilterTest.php
FlightTest.php added helpers to req/resp and cleaned up phpcs/stan errors 1 year ago
LoaderTest.php
MapTest.php
PdoWrapperTest.php so many phpcs fixes. No more, no more! 1 year ago
README.md
RedirectTest.php Fixed yoda comparisons 1 year ago
RegisterTest.php
RenderTest.php
RequestTest.php added helpers to req/resp and cleaned up phpcs/stan errors 1 year ago
ResponseTest.php added helpers to req/resp and cleaned up phpcs/stan errors 1 year ago
RouterTest.php Resolved phpcs Generic standard rules 1 year ago
VariableTest.php
ViewTest.php so many phpcs fixes. No more, no more! 1 year 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