nextcloud-gpodder/tests
Linus Kardell cd7ec988f2 Fix getId() on null in deleteConflictingEpisodeAction
Previously, it would take the guid and try to search for that in the
episode URL column, which may not find a match (or possibly even find
the wrong match).

testDoNotFailToUpdateEpisodeActionByGuidIfThereIsAnotherWithTheSameValueForEpisodeUrl
didn't catch this issue because it used the same value for episode and
guid when updating at line 84, so fix that as well. And for good
measure, give the save actions different position values, so the asserts
actually check that the saves have succeeded and they found the right
episode.
2024-01-12 20:43:01 +01:00
..
Helper Fix typo 2021-11-03 13:51:26 +01:00
Integration Fix getId() on null in deleteConflictingEpisodeAction 2024-01-12 20:43:01 +01:00
Unit/Core Apply suggestions from code review 2022-10-28 09:50:44 +02:00
bootstrap.php register app into nextcloud service container we can run tests 2023-02-24 17:11:59 +01:00
phpunit.xml Fix compatibility with more recent versions of PHPUnit 2021-07-13 09:43:54 +02:00