1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-03-13 03:00:50 +00:00
Arsse/tests/cases/Database
J. King cce1089e10 Handle edge case with folder 0
Folder 0 (the root folder) is a valid, though nonsensical selection:
using it as a positive option is the same as not using the option at
all, and using it as a negative option necessarily yields an empty set.

However, it can in some contexts be validly specified, and so it should
be handled consistently. It had not been previously, but is now.
2019-04-02 19:58:35 -04:00
..
Base.php Fix test errors when PostgreSQL or MySQL are not available 2019-03-21 15:51:26 -04:00
SeriesArticle.php Handle edge case with folder 0 2019-04-02 19:58:35 -04:00
SeriesCleanup.php Add access tokens to the db, with relevant code 2019-03-09 16:23:56 -05:00
SeriesFeed.php Add access tokens to the db, with relevant code 2019-03-09 16:23:56 -05:00
SeriesFolder.php Add access tokens to the db, with relevant code 2019-03-09 16:23:56 -05:00
SeriesLabel.php Add access tokens to the db, with relevant code 2019-03-09 16:23:56 -05:00
SeriesMeta.php Adapt the rest of the test series 2018-11-25 00:03:56 -05:00
SeriesMiscellany.php Remove the DatabaseInformation class in tests and use traits instead 2019-01-12 12:43:06 -05:00
SeriesSession.php Add access tokens to the db, with relevant code 2019-03-09 16:23:56 -05:00
SeriesSubscription.php Add a function to get when feeds were last updated 2019-03-26 16:51:44 -04:00
SeriesTag.php Add access tokens to the db, with relevant code 2019-03-09 16:23:56 -05:00
SeriesToken.php Make token creation check that the user exists 2019-03-10 15:54:43 -04:00
SeriesUser.php Add means of unsetting a password in the backend 2019-03-24 14:42:23 -04:00