function PendingUpdatesValidatorTest::testNoPendingUpdates
Tests that no error is raised if there are no pending updates.
File
-
core/
modules/ package_manager/ tests/ src/ Kernel/ PendingUpdatesValidatorTest.php, line 26
Class
- PendingUpdatesValidatorTest
- @covers \Drupal\package_manager\Validator\PendingUpdatesValidator @group package_manager @internal
Namespace
Drupal\Tests\package_manager\KernelCode
public function testNoPendingUpdates() : void {
$this->assertStatusCheckResults([]);
$this->assertResults([], PreCreateEvent::class);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.