Skip to content
Snippets Groups Projects

Issue #3295874: In functional tests, use the state service to simulate staged database updates

Merged Issue #3295874: In functional tests, use the state service to simulate staged database updates
4 files
+ 88
1
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -21,7 +21,7 @@ use Symfony\Component\EventDispatcher\EventSubscriberInterface;
@@ -21,7 +21,7 @@ use Symfony\Component\EventDispatcher\EventSubscriberInterface;
* at any time without warning. External code should not interact with this
* at any time without warning. External code should not interact with this
* class.
* class.
*/
*/
final class StagedDatabaseUpdateValidator implements EventSubscriberInterface {
class StagedDatabaseUpdateValidator implements EventSubscriberInterface {
use StringTranslationTrait;
use StringTranslationTrait;
Loading