Core/tests
2018-02-21 16:45:14 +01:00
..
application Fixed bugs and implemented the plugin system. See issue #122 for more information. 2018-02-20 21:57:12 +01:00
config Added new test for Config. 2016-06-02 15:44:32 +02:00
controller Fixed bugs and implemented the plugin system. See issue #122 for more information. 2018-02-20 21:57:12 +01:00
core Final fix for the plugin tests. 2018-02-20 22:25:10 +01:00
database Updated all tests to pass on PHP 7.1. 2017-07-14 16:14:47 +02:00
events Implemented getPluginEvent. This event gets called upon requestion a plugins using the Plugins::get() method, and can be used to cancel the request or provide with an alternative object. 2018-02-21 16:45:14 +01:00
helpers Changed license headers and version information. 2016-07-23 17:06:19 +02:00
layout Rewritten the Layout system to use 'layout.' files instead of 'view.' files. 2017-09-14 14:45:02 +02:00
libraries Changed license headers and version information. 2016-07-23 17:06:19 +02:00
mocks Implemented a few unit tests for the new classes. 2016-06-07 15:52:02 +02:00
models Implemented renewed model system. 2016-07-19 16:31:06 +02:00
plugins Fixed bugs and implemented the plugin system. See issue #122 for more information. 2018-02-20 21:57:12 +01:00
temp Added temp directory for unit tests. 2016-07-09 13:11:57 +02:00
autoload.php Implemented PHP7 type hinting accross the Core of FuzeWorks. 2017-12-21 22:18:23 +01:00
bootstrap.php Updated all tests to pass on PHP 7.1. 2017-07-14 16:14:47 +02:00
phpunit.xml Performed optimizations in the unit testing. Some minor useless functions (which already had replacements) have been removed. 2018-01-16 22:31:14 +01:00