You are here

11 calls to ValidationTestTrait::assertCheckerResultsFromManager() in Automatic Updates 8.2

ComposerExecutableValidatorTest::testComposerVersionValidation in tests/src/Kernel/ReadinessValidation/ComposerExecutableValidatorTest.php
Tests validation of various Composer versions.
ComposerExecutableValidatorTest::testErrorIfComposerNotFound in tests/src/Kernel/ReadinessValidation/ComposerExecutableValidatorTest.php
Tests that an error is raised if the Composer executable isn't found.
CoreComposerValidatorTest::testCoreNotRequired in tests/src/Kernel/ReadinessValidation/CoreComposerValidatorTest.php
Tests that an error is raised if core is not required in composer.json.
DiskSpaceValidatorTest::testDiskSpaceValidation in tests/src/Kernel/ReadinessValidation/DiskSpaceValidatorTest.php
Tests disk space validation.
PendingUpdatesValidatorTest::testNoPendingUpdates in tests/src/Kernel/ReadinessValidation/PendingUpdatesValidatorTest.php
Tests that no error is raised if there are no pending updates.
PendingUpdatesValidatorTest::testPendingPostUpdate in tests/src/Kernel/ReadinessValidation/PendingUpdatesValidatorTest.php
Tests that an error is raised if there are pending post-updates.
PendingUpdatesValidatorTest::testPendingUpdateHook in tests/src/Kernel/ReadinessValidation/PendingUpdatesValidatorTest.php
Tests that an error is raised if there are pending schema updates.
ReadinessValidationManagerTest::testGetResults in tests/src/Kernel/ReadinessValidation/ReadinessValidationManagerTest.php
@covers ::getResults
ReadinessValidationManagerTest::testRunIfNeeded in tests/src/Kernel/ReadinessValidation/ReadinessValidationManagerTest.php
@covers ::runIfNoStoredResults
ReadinessValidationManagerTest::testRunOnInstall in tests/src/Kernel/ReadinessValidation/ReadinessValidationManagerTest.php
Tests that the manager is run after modules are installed.
ReadinessValidationManagerTest::testRunOnUninstall in tests/src/Kernel/ReadinessValidation/ReadinessValidationManagerTest.php
Tests that the manager is run after modules are uninstalled.