Skip to content
Snippets Groups Projects

Issue #3233587: Create a build test that tests calling API as cleanly as possible

2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -41,7 +41,7 @@ class UpdateRefreshSubscriber implements EventSubscriberInterface {
*/
public static function getSubscribedEvents() {
return [
AutomaticUpdatesEvents::POST_COMMIT => 'clearData',
AutomaticUpdatesEvents::POST_COMMIT => ['clearData', 1000],
];
}
Loading