Commit Graph

11 Commits

Author SHA1 Message Date
Teromene
90c791e45a Change the default abstract implementation to reflect the recent changes.c 2016-08-30 11:43:01 +02:00
Teromene
392c67984d Don't allow value 0 for getCacheDuration. 2016-08-30 11:40:38 +02:00
Teromene
65e599ba65 Bridges should be allowed to declare their own functions. 2016-08-30 11:39:04 +02:00
Teromene
dca1b37993 Moved all bridges tests to a special folder. 2016-08-30 11:38:25 +02:00
logmanoriginal
12191bdfff Add check for default value of getCacheDuration 2016-08-06 16:47:21 +02:00
logmanoriginal
57e4d003af Cover RSSExpander 2016-08-06 15:23:08 +02:00
logmanoriginal
ed0ec0e70d Add new test for bridge implementation
This test currently checks all bridges for additional public functions
that should actually be in private scope.
2016-08-06 13:06:01 +02:00
logmanoriginal
496086bef1 Add some tests for a couple of bridges that were failing recently 2016-08-02 19:52:48 +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
4f1558e27a Add some basic tests to show how the testing is done. 2016-08-01 22:13:30 +02:00
Teromene
206d29d52d Add a script to check the coverage of the tests and the configuration for phpunit. 2016-08-01 22:11:11 +02:00