Skip to content
Snippets Groups Projects

Issue #3246673: Move PendingUpdatesValidator into Package Manager

1 unresolved thread
1 unresolved thread
2 files
+ 3
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -52,6 +52,9 @@ abstract class PackageManagerKernelTestBase extends KernelTestBase {
// that we can analyze it.
$this->assertInstanceOf($event_class, $e->event);
}
// If no errors are raised, we won't have asserted anything and the test
// will be marked as risky. To prevent that, assert an eternal truth.
$this->assertTrue(TRUE);
}
}
Loading