-
Couldn't load subscription status.
- Fork 2
Closed
Description
While I'm begin to rewrite (adapt code) to PHP 7+ for a next major release 2.0, I found that some entries was missing in References.
Curiously, it was not detected by the standard GenericTest class, even when we run all tests.
Exemple with PHP 7.1.21 on my linux laptop
Time: 1.06 minutes, Memory: 96.00MB
There were 442 skipped tests:
OK, but incomplete, skipped, or risky tests!
Tests: 8040, Assertions: 6131, Skipped: 442.
At the same times, I wanted to test paratest to speed up time elapsed.
While standard test suite did not detect missing entries, paratest was able to do it !
I've then decided to rewrite GenericTest to provide extension entries as a new data provider, that will be able to show us what are missing !