ORIENT/tests
Samuel Georges 1a0ed50d82 Adds readme for tests 2015-03-02 16:08:09 +11:00
..
fixtures Move plugin/theme fixtures so they are shared 2015-02-10 17:45:07 +11:00
functional Remove functional tests from the standard phpunit process 2015-01-05 11:30:03 +11:00
unit Rem incomplete tests 2015-03-02 16:05:26 +11:00
README.md Adds readme for tests 2015-03-02 16:08:09 +11:00
TestCase.php Fixes unit tests so they pass 2015-03-02 16:02:13 +11:00
UiTestCase.php Add functional tests for partials, layouts and content 2014-06-17 21:35:46 +10:00

README.md

Unit tests

Unit tests can be performed by running phpunit in the root directory or inside /tests/unit.

Functional tests

Functional tests can be performed by running phpunit in the /tests/functional directory.