- Issue created by @larowlan
- ๐ฎ๐นItaly mondrake ๐ฎ๐น
There are two tests in that class; I think
testPhpUnitListTests
should remain a Unit test, because it is meant to identify if there are class duplications by running PHPUnit's test discovery. That serves the purpose of ensuring if you run a test group in PHPUnit CLI and not through run-tests.sh, you do not incure in fatal errors.testFunctionalTestDebugHtmlOutput
on the other hand yes, it could be split into a FunctionalTest. - ๐ฎ๐นItaly mondrake ๐ฎ๐น
This is outdated now,
testFunctionalTestDebugHtmlOutput
was moved in another issue.However, there are other tests currently requiring a db, and the 'with webserver' requirement for unit tests cannot be reverted.
Not closing the issue as itโs referenced in pipeline.yml; however a new issue is needed.
- ๐ฎ๐นItaly mondrake ๐ฎ๐น
Replacement issue: ๐ [CI] Remove the 'with-database' requirement for unit tests Active