aboutsummaryrefslogtreecommitdiff
path: root/tests/Actions/ActionImplementationTest.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-21refactor: logger (#3678)Gravatar Dag 1-69/+0
2023-06-11feat: enable bridges using env var (#3428)Gravatar Dag 1-0/+5
* refactor: bridgefactory, add tests * refactor: move defaultly enabled bridges to config * refactor * refactor * feat: add support for enabling bridges with env var
2022-07-08refactor(BridgeFactory): make methods only accept valid class names (#2897)Gravatar Jan Tojnar 1-1/+1
This moves the responsibility for getting a valid class name to the users of BridgeFactory, avoiding the repeated sanitation. Improper use can also be checked statically.
2022-07-01Reformat codebase v4 (#2872)Gravatar Dag 1-50/+56
Reformat code base to PSR12 Co-authored-by: rssbridge <noreply@github.com>
2022-06-22refactor: action (#2836)Gravatar Dag 1-4/+3
2022-06-07tests: Use PSR-4-style namespaces (#2778)Gravatar Jan Tojnar 1-0/+59
We cannot yet switch to namespaces for RSS-Bridge itself but for tests we are not limited by BC. It does not actually do anything since PHPUnit will search for the test files without the help of the autoloader but it still makes the directory cleaner.