Core/test/core
Abel Hoogeveen 7a899e33d7
All checks were successful
continuous-integration/drone/push Build is passing
Implemented a unit test for loading environment variables through config files.
Config files may now have a 'lock' key. If a config file has such a key, ConfigORM will refuse to commit changes.
This allows the developer to use Core::getEnv() in config files, without risk of it being overwritten by a commit.
2020-05-15 19:17:59 +02:00
..
abstract.coreTestAbstract.php Imlemented the autoloader into libraries. 2019-07-27 17:22:12 +02: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 a unit test for loading environment variables through config files. 2020-05-15 19:17:59 +02:00
core_configuratorTest.php Imlemented the autoloader into libraries. 2019-07-27 17:22:12 +02:00
core_coreTest.php Added Core::getEnv, allowing the developer to load environment variables using a default fallback. 2020-05-15 18:53:23 +02: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 Imlemented the autoloader into libraries. 2019-07-27 17:22:12 +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 Imlemented the autoloader into libraries. 2019-07-27 17:22:12 +02:00
core_loggerTest.php Imlemented the autoloader into libraries. 2019-07-27 17:22:12 +02:00
core_pluginsTest.php Imlemented the autoloader into libraries. 2019-07-27 17:22:12 +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