Core/tests
Abel Hoogeveen 440ead5784 Implemented Tracy/Debugger from the Nette framework.
This debugger allows for advanced debugging for both development and production environments.
This did however require the implementation of an ENVIRONMENT constant. This has been put in the index file. If no constant is set it will be set by the core class and the default is PRODUCTION.
Chances are that the location for this constant will move in the future.

There is also a proper way now that fatal errors will lead to a 500 error on the screen. This is either done by Tracy or FuzeWorks, depending on if Tracy is available.
2016-06-08 14:57:41 +02:00
..
config Added new test for Config. 2016-06-02 15:44:32 +02:00
events Implemented renewed Routing and Output system. 2016-06-07 15:12:35 +02:00
helpers Implemented xdebug in Gitlab CI and added code coverage systems 2016-06-04 16:17:21 +02:00
layout Implemented new and renewed core tests. 2016-05-25 17:01:59 +02:00
libraries Implemented many unit tests. 2016-06-02 23:57:23 +02:00
mocks Implemented a few unit tests for the new classes. 2016-06-07 15:52:02 +02:00
abstract.coreTestAbstract.php Implemented renewed Routing and Output system. 2016-06-07 15:12:35 +02:00
autoload.php Implemented Tracy/Debugger from the Nette framework. 2016-06-08 14:57:41 +02:00
core_configTest.php Removed deprecated methods from Factory. 2016-06-02 20:12:22 +02:00
core_coreTest.php Implemented new and renewed core tests. 2016-05-25 17:01:59 +02:00
core_eventsTest.php Implemented new and renewed core tests. 2016-05-25 17:01:59 +02:00
core_factoryTest.php Removed deprecated methods from Factory. 2016-06-02 20:12:22 +02:00
core_helperTest.php Removed deprecated methods from Factory. 2016-06-02 20:12:22 +02:00
core_inputTest.php Implemented many unit tests. 2016-06-02 23:57:23 +02:00
core_layoutTest.php Implemented renewed Routing and Output system. 2016-06-07 15:12:35 +02:00
core_libraryTest.php Finished the Library system 2016-06-02 20:13:08 +02:00
core_outputTest.php Implemented a few unit tests for the new classes. 2016-06-07 15:52:02 +02:00
core_securityTest.php Implemented many unit tests. 2016-06-02 23:57:23 +02:00
core_uriTest.php Implemented a few unit tests for the new classes. 2016-06-07 15:52:02 +02:00
core_utf8Test.php Implemented xdebug in Gitlab CI and added code coverage systems 2016-06-04 16:17:21 +02:00
phpunit.xml Implemented xdebug in Gitlab CI and added code coverage systems 2016-06-04 16:17:21 +02:00