rss-bridge/lib
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
..
Bridge.php Typo in lib/Bridge 2016-08-01 21:27:15 +02:00
Cache.php Added a function to re-encode everything to UTF-8 2016-01-19 12:17:27 +00:00
Exceptions.php Correction of few bugs. 2015-11-05 10:12:58 +00:00
Format.php Corrections 2013-08-12 22:37:19 +02:00
HTMLUtils.php Changed the antiselector to be less likely to happen. 2016-02-26 18:31:53 +00:00
Item.php Add enclosures support, see example in DemoBridge. 2016-01-19 12:34:38 +00:00
RssBridge.php Little refactoring to reduce logic on index.php. 2015-11-05 20:26:48 +00:00
Tests.php Prevent static variable '$argNumber' from being reset between test cases 2016-08-02 10:30:24 +02:00