Fix inconsistencies when editing rules and saving a mix of new and old ones

This commit is contained in:
Alejandro Celaya
2024-03-03 09:09:19 +01:00
parent 3bfb29a51c
commit a843c59d77
4 changed files with 30 additions and 2 deletions

View File

@@ -6,7 +6,6 @@ use Doctrine\Common\Collections\ArrayCollection;
use Laminas\Diactoros\ServerRequestFactory;
use PHPUnit\Framework\Attributes\DataProvider;
use PHPUnit\Framework\Attributes\Test;
use PHPUnit\Framework\Attributes\TestWith;
use PHPUnit\Framework\TestCase;
use Shlinkio\Shlink\Core\RedirectRule\Entity\RedirectCondition;
use Shlinkio\Shlink\Core\RedirectRule\Entity\ShortUrlRedirectRule;