Core/test/core
Abel Hoogeveen 8b01dd2f84 Implemented three requested features.
- FuzeWorks\Core now manages autoloading of classes for Plugins. Plugins no longer need to implement this themselves. Autoloading for libraries to be added soon.
- FuzeWorks\Factory::getInstance('') now returns a requested component. No arguments will result in the Factory being returned. This should simplify invoking components. cloneInstance() replaces old functionality.
- FuzeWorks\Logger can now properly write logs to file. It's unknown how this issue wasn't discovered before.
2019-07-22 19:48:13 +02:00
..
abstract.coreTestAbstract.php Implemented changes requested by WebComponent 2019-02-09 20:25:49 +01:00
core_configORMAbstractTest.php Implemented @covers in all unit tests. Code coverage now shows better what is actually covered and what is not. 2019-01-21 20:34:45 +01:00
core_configTest.php Implemented @covers in all unit tests. Code coverage now shows better what is actually covered and what is not. 2019-01-21 20:34:45 +01:00
core_configuratorTest.php Implemented changes into ConfiguratorTest. 2019-03-01 11:11:22 +01:00
core_coreTest.php Implemented @covers in all unit tests. Code coverage now shows better what is actually covered and what is not. 2019-01-21 20:34:45 +01:00
core_eventsTest.php Implemented @covers in all unit tests. Code coverage now shows better what is actually covered and what is not. 2019-01-21 20:34:45 +01:00
core_eventTest.php Implemented @covers in all unit tests. Code coverage now shows better what is actually covered and what is not. 2019-01-21 20:34:45 +01:00
core_exceptionTest.php Updated copyright notice to 2019 2019-01-10 23:59:00 +01:00
core_factoryTest.php Implemented three requested features. 2019-07-22 19:48:13 +02:00
core_helperTest.php Implemented @covers in all unit tests. Code coverage now shows better what is actually covered and what is not. 2019-01-21 20:34:45 +01:00
core_libraryTest.php Implemented @covers in all unit tests. Code coverage now shows better what is actually covered and what is not. 2019-01-21 20:34:45 +01:00
core_loggerTest.php Implemented @covers in all unit tests. Code coverage now shows better what is actually covered and what is not. 2019-01-21 20:34:45 +01:00
core_pluginsTest.php Implemented three requested features. 2019-07-22 19:48:13 +02:00
core_priorityTest.php Implemented @covers in all unit tests. Code coverage now shows better what is actually covered and what is not. 2019-01-21 20:34:45 +01:00