Commit Graph

3 Commits

Author SHA1 Message Date
logmanoriginal
ded2154d6b Fix incorrect assertion logic for minElementCount
The assertion must not fail if the actual count exactly matches the given
minElementCount.
2016-08-02 10:32:32 +02:00
logmanoriginal
8793eb62ec Prevent static variable '$argNumber' from being reset between test cases
Previously the static variable was reset to its initial value for each
test case due to process-isolation being set to "true". Now the variable
is correctly incremented however must be re-initialized at start of each
test to prevent the variable to carry over to the next bridge.
2016-08-02 10:30:24 +02:00
Teromene
d097a872fe Add the basic testing functionnalities 2016-08-01 22:10:10 +02:00