rss-bridge/tests
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
..
ABCTabsBridgeTest.php Add some basic tests to show how the testing is done. 2016-08-01 22:13:30 +02:00
AllocineFRBridgeTest.php Add some basic tests to show how the testing is done. 2016-08-01 22:13:30 +02:00
AllocineT5BridgeTest.php Add some basic tests to show how the testing is done. 2016-08-01 22:13:30 +02:00
AllocineTueursEnSerieBridgeTest.php Add some basic tests to show how the testing is done. 2016-08-01 22:13:30 +02:00
AnimeUltimeBridgeTest.php Add some basic tests to show how the testing is done. 2016-08-01 22:13:30 +02:00
coverageTest.php Add a script to check the coverage of the tests and the configuration for phpunit. 2016-08-01 22:11:11 +02:00
phpunit.xml Prevent static variable '$argNumber' from being reset between test cases 2016-08-02 10:30:24 +02:00