38 calls to PackageManagerKernelTestBase::assertStatusCheckResults()
- AllowedScaffoldPackagesValidatorTest::testPreCreate in core/
modules/ package_manager/ tests/ src/ Kernel/ AllowedScaffoldPackagesValidatorTest.php - Tests that the allowed-packages setting is validated during pre-create.
- BaseRequirementsFulfilledValidatorTest::testBaseRequirement in core/
modules/ package_manager/ tests/ src/ Kernel/ BaseRequirementsFulfilledValidatorTest.php - Tests that base requirement failures stop event propagation.
- ComposerPatchesValidatorTest::testErrorDuringPreCreate in core/
modules/ package_manager/ tests/ src/ Kernel/ ComposerPatchesValidatorTest.php - Tests that the patcher configuration is validated during pre-create.
- ComposerPluginsValidatorTest::testInsecureConfigurationFailsValidationPreCreate in core/
modules/ package_manager/ tests/ src/ Kernel/ ComposerPluginsValidatorTest.php - Tests `config.allow-plugins: true` fails validation during pre-create.
- ComposerPluginsValidatorTest::testValidationDuringPreCreate in core/
modules/ package_manager/ tests/ src/ Kernel/ ComposerPluginsValidatorTest.php - Tests composer plugins are validated during pre-create.
- ComposerValidatorTest::testComposerSettingsValidation in core/
modules/ package_manager/ tests/ src/ Kernel/ ComposerValidatorTest.php - Tests that Composer's settings are validated.
- ComposerValidatorTest::testLinkToOnlineHelp in core/
modules/ package_manager/ tests/ src/ Kernel/ ComposerValidatorTest.php - Tests that invalid configuration links to online help, if available.
- DiskSpaceValidatorTest::testDiskSpaceValidation in core/
modules/ package_manager/ tests/ src/ Kernel/ DiskSpaceValidatorTest.php - Tests disk space validation.
- EnvironmentSupportValidatorTest::testInvalidUrl in core/
modules/ package_manager/ tests/ src/ Kernel/ EnvironmentSupportValidatorTest.php - Tests handling of an invalid URL in the environment support variable.
- EnvironmentSupportValidatorTest::testValidUrl in core/
modules/ package_manager/ tests/ src/ Kernel/ EnvironmentSupportValidatorTest.php - Tests that the validation message links to the provided URL.
- FakeSiteFixtureTest::testLifeCycle in core/
modules/ package_manager/ tests/ src/ Kernel/ FakeSiteFixtureTest.php - Tests the complete stage life cycle using the 'fake-site' fixture.
- LockFileValidatorTest::testApplyWithNoChange in core/
modules/ package_manager/ tests/ src/ Kernel/ LockFileValidatorTest.php - Tests validation when the staged and active lock files are identical.
- LockFileValidatorTest::testCreateWithNoLock in core/
modules/ package_manager/ tests/ src/ Kernel/ LockFileValidatorTest.php - Tests that if no active lock file exists, a stage cannot be created.
- LockFileValidatorTest::testLockFileChanged in core/
modules/ package_manager/ tests/ src/ Kernel/ LockFileValidatorTest.php - Tests validation when the lock file has changed.
- LockFileValidatorTest::testLockFileDeleted in core/
modules/ package_manager/ tests/ src/ Kernel/ LockFileValidatorTest.php - Tests validation when the lock file is deleted.
- LockFileValidatorTest::testStatusCheckAvailableStage in core/
modules/ package_manager/ tests/ src/ Kernel/ LockFileValidatorTest.php - Tests StatusCheckEvent when the stage is available.
- MultisiteValidatorTest::testMultisite in core/
modules/ package_manager/ tests/ src/ Kernel/ MultisiteValidatorTest.php - Tests that Package Manager flags an error if run in a multisite.
- PendingUpdatesValidatorTest::testNoPendingUpdates in core/
modules/ package_manager/ tests/ src/ Kernel/ PendingUpdatesValidatorTest.php - Tests that no error is raised if there are no pending updates.
- PendingUpdatesValidatorTest::testPendingPostUpdate in core/
modules/ package_manager/ tests/ src/ Kernel/ PendingUpdatesValidatorTest.php - Tests that an error is raised if there are pending post-updates.
- PendingUpdatesValidatorTest::testPendingUpdateHook in core/
modules/ package_manager/ tests/ src/ Kernel/ PendingUpdatesValidatorTest.php - Tests that an error is raised if there are pending schema updates.
- PhpExtensionsValidatorTest::testPhpExtensionsValidation in core/
modules/ package_manager/ tests/ src/ Kernel/ PhpExtensionsValidatorTest.php - Tests that PHP extensions' status are checked by Package Manager.
- PhpTufValidatorTest::testInvalidConfigurationInProjectRoot in core/
modules/ package_manager/ tests/ src/ Kernel/ PhpTufValidatorTest.php - Tests errors caused by invalid plugin configuration in the project root.
- PhpTufValidatorTest::testPluginInstalledAndConfiguredProperly in core/
modules/ package_manager/ tests/ src/ Kernel/ PhpTufValidatorTest.php - Tests that there are no errors if the plugin is set up correctly.
- PhpTufValidatorTest::testPluginNotInstalledInProjectRoot in core/
modules/ package_manager/ tests/ src/ Kernel/ PhpTufValidatorTest.php - Tests there is an error if the plugin is not installed in the project root.
- SettingsValidatorTest::testSettingsValidation in core/
modules/ package_manager/ tests/ src/ Kernel/ SettingsValidatorTest.php - Tests settings validation before starting an update.
- SiteFilesExcluderTest::testInvalidFileSettings in core/
modules/ package_manager/ tests/ src/ Kernel/ PathExcluder/ SiteFilesExcluderTest.php - Tests that invalid file settings do not cause errors.
- StagedDBUpdateValidatorTest::testStagedDatabaseUpdate in core/
modules/ package_manager/ tests/ src/ Kernel/ StagedDBUpdateValidatorTest.php - Tests validation of staged database updates.
- StagedDBUpdateValidatorTest::testUnclaimedStage in core/
modules/ package_manager/ tests/ src/ Kernel/ StagedDBUpdateValidatorTest.php - Tests that the validator disregards unclaimed stages.
- StatusCheckTraitTest::testNoErrorIfPathsToExcludeCannotBeCollected in core/
modules/ package_manager/ tests/ src/ Kernel/ StatusCheckTraitTest.php - Tests that any error will be added to the status check event.
- SymlinkValidatorTest::testAbsoluteSymlinks in core/
modules/ package_manager/ tests/ src/ Kernel/ SymlinkValidatorTest.php - Tests that symlinks with absolute paths are not supported.
- SymlinkValidatorTest::testHardLinks in core/
modules/ package_manager/ tests/ src/ Kernel/ SymlinkValidatorTest.php - Tests that hard links are not supported.
- SymlinkValidatorTest::testSymlinkPointingOutsideProjectRoot in core/
modules/ package_manager/ tests/ src/ Kernel/ SymlinkValidatorTest.php - Tests that relative symlinks cannot point outside the project root.
- SymlinkValidatorTest::testSymlinksNotAllowedOnWindows in core/
modules/ package_manager/ tests/ src/ Kernel/ SymlinkValidatorTest.php - Tests that symlinks are not supported on Windows, even if they're safe.
- SymlinkValidatorTest::testSymlinksWithinSamePackage in core/
modules/ package_manager/ tests/ src/ Kernel/ SymlinkValidatorTest.php - Tests that relative symlinks within the same package are supported.
- SymlinkValidatorTest::testSymlinkToDirectory in core/
modules/ package_manager/ tests/ src/ Kernel/ SymlinkValidatorTest.php - Tests what happens when there is a symlink to a directory.
- SymlinkValidatorTest::testUnsupportedLinkUnderExcludedPath in core/
modules/ package_manager/ tests/ src/ Kernel/ SymlinkValidatorTest.php - Tests that unsupported links are excluded if they're under excluded paths.
- WritableFileSystemValidatorTest::testStagingRootPermissions in core/
modules/ package_manager/ tests/ src/ Kernel/ WritableFileSystemValidatorTest.php - Tests that the stage root's permissions are validated.
- WritableFileSystemValidatorTest::testWritable in core/
modules/ package_manager/ tests/ src/ Kernel/ WritableFileSystemValidatorTest.php - Tests the file system permissions validator.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.