Project

General

Profile

Epic #85745

Updated by Anja Leichsenring almost 6 years ago

Phpunit comes with a new set of annotation, that can be used to replace some of our conditions to skip a test. 

 Find details at https://phpunit.de/manual/6.5/en/incomplete-and-skipped-tests.html#incomplete-and-skipped-tests.skipping-tests-using-requires. 

 We will start with the obvious ones (Windows only, needs redis) and the like and move to the more difficult ones later, if at all.

Back