mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 00:28:47 +02:00
Was contained in a class with a beforeSetup group annotation, whereas it tries to read files in env-production (!) Plus the dataprovider was using APPROOT const + utils class, which aren't available by default :( => Fixed by moving in a dedicated class (CompiledDictionariesConsistencyTest) and removing the dataprovider
PHP unitary tests
Where should I add my test?
- Covers an iTop PHP class or method?
- Most likely in "unitary-tests".
- Covers the consistency of some data through the app?
- Most likely in "integration-tests".