Core/test/core
Abel Hoogeveen 3ebd91d2ef
All checks were successful
continuous-integration/drone/push Build is passing
Updated PHPUnit to ^9 and vfsStream to ~1.6.0.
- This resulted in some changes needing to be made in the test folder. All tests have been updated to work with these updated dependencies.
- Also, PHP 7.1 is no longer supported.
- psr/log is no longer a dependency of Core
2020-07-31 14:29:37 +02:00
..
abstract.coreTestAbstract.php Updated PHPUnit to ^9 and vfsStream to ~1.6.0. 2020-07-31 14:29:37 +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 Updated PHPUnit to ^9 and vfsStream to ~1.6.0. 2020-07-31 14:29:37 +02:00
core_configuratorTest.php Updated PHPUnit to ^9 and vfsStream to ~1.6.0. 2020-07-31 14:29:37 +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 Updated PHPUnit to ^9 and vfsStream to ~1.6.0. 2020-07-31 14:29:37 +02: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 PHPUnit to ^9 and vfsStream to ~1.6.0. 2020-07-31 14:29:37 +02:00
core_factoryTest.php Updated PHPUnit to ^9 and vfsStream to ~1.6.0. 2020-07-31 14:29:37 +02:00
core_helperTest.php Updated PHPUnit to ^9 and vfsStream to ~1.6.0. 2020-07-31 14:29:37 +02:00
core_libraryTest.php Updated PHPUnit to ^9 and vfsStream to ~1.6.0. 2020-07-31 14:29:37 +02:00
core_loggerTest.php Updated PHPUnit to ^9 and vfsStream to ~1.6.0. 2020-07-31 14:29:37 +02:00
core_pluginsTest.php Updated PHPUnit to ^9 and vfsStream to ~1.6.0. 2020-07-31 14:29:37 +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