Core/test
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
..
components Implemented Priority for componentPaths. 2019-01-21 17:19:09 +01:00
config Implemented a unit test for loading environment variables through config files. 2020-05-15 19:17:59 +02:00
core Updated PHPUnit to ^9 and vfsStream to ~1.6.0. 2020-07-31 14:29:37 +02:00
events 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
helpers Implemented Priority for componentPaths. 2019-01-21 17:19:09 +01:00
libraries Imlemented the autoloader into libraries. 2019-07-27 17:22:12 +02:00
plugins Implemented three requested features. 2019-07-22 19:48:13 +02:00
temp Moved 'tests' to 'test' folder to make consistent with other FuzeWorks projects. 2018-12-23 19:21:31 +01:00
autoload.php Updated PHPUnit to ^9 and vfsStream to ~1.6.0. 2020-07-31 14:29:37 +02:00
bootstrap.php Updated PHPUnit to ^9 and vfsStream to ~1.6.0. 2020-07-31 14:29:37 +02:00
phpunit.xml Updated PHPUnit to ^9 and vfsStream to ~1.6.0. 2020-07-31 14:29:37 +02:00