aboutsummaryrefslogtreecommitdiff
path: root/tests/CacheImplementationTest.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-01refactor (#3712)Gravatar Dag 1-0/+36
* test: refactor test suite * docs * refactor * yup * docs
2022-06-07tests: Use PSR-4-style namespaces (#2778)Gravatar Jan Tojnar 1-40/+0
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.
2022-04-26refactor: add php autoloader (#2655)Gravatar Dag 1-1/+0
2022-04-13refactor: ./tests (#2649)Gravatar Dag 1-1/+0
* refactor: ./tests * test: consolidate testsuites * refactor: move config setup into rssbridge.php Makes it easier to unit test. * lint
2019-02-24[SQLiteCache] Implement cache based on SQLite 3 (#1035)Gravatar fulmeek 1-3/+1
2019-02-04[CacheImplementationTest] Add unit tests for cache implementations (#1007)Gravatar fulmeek 1-0/+44