22 calls to PackageManagerKernelTestBase::addEventTestListener()

DiskSpaceValidatorTest::testDiskSpaceValidationDuringPreApply in core/modules/package_manager/tests/src/Kernel/DiskSpaceValidatorTest.php
Tests disk space validation during pre-apply.
EnvironmentSupportValidatorTest::testInvalidUrlDuringPreApply in core/modules/package_manager/tests/src/Kernel/EnvironmentSupportValidatorTest.php
Tests an invalid URL in the environment support variable during pre-apply.
EnvironmentSupportValidatorTest::testValidUrlDuringPreApply in core/modules/package_manager/tests/src/Kernel/EnvironmentSupportValidatorTest.php
Tests that the validation message links to the provided URL during pre-apply.
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::testNoStoredHash in core/modules/package_manager/tests/src/Kernel/LockFileValidatorTest.php
Tests exception when a stored hash of the active lock file is unavailable.
MultisiteValidatorTest::testMultisiteDuringPreApply in core/modules/package_manager/tests/src/Kernel/MultisiteValidatorTest.php
Tests that an error is flagged if run in a multisite during pre-apply.
OverwriteExistingPackagesValidatorTest::testNewPackagesOverwriteExisting in core/modules/package_manager/tests/src/Kernel/OverwriteExistingPackagesValidatorTest.php
Tests that new installed packages overwrite existing directories.
PackageManagerKernelTestBase::assertEventPropagationStopped in core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php
Asserts event propagation is stopped by a certain event subscriber.
PhpExtensionsValidatorTest::testPhpExtensionsValidation in core/modules/package_manager/tests/src/Kernel/PhpExtensionsValidatorTest.php
Tests that PHP extensions' status are checked by Package Manager.
PhpTufValidatorTest::testInvalidConfigurationInStage in core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php
Tests errors caused by invalid plugin configuration in the stage directory.
SettingsValidatorTest::testSettingsValidationDuringPreApply in core/modules/package_manager/tests/src/Kernel/SettingsValidatorTest.php
Tests settings validation during pre-apply.
StageBaseTest::testCollectPathsToExclude in core/modules/package_manager/tests/src/Kernel/StageBaseTest.php
Tests that paths to exclude are collected before create and apply.
StageBaseTest::testStageDirectoryExists in core/modules/package_manager/tests/src/Kernel/StageBaseTest.php
@covers ::stageDirectoryExists
StageConflictTest::testDestroyDuringApply in core/modules/package_manager/tests/src/Kernel/StageConflictTest.php
Tests destroying a stage while applying it.
StageConflictTest::testUninstallModuleDuringApply in core/modules/package_manager/tests/src/Kernel/StageConflictTest.php
Test uninstalling any module while the staged changes are being applied.
StageEventsTest::testExceptionIfNoErrorBeforeStopPropagation in core/modules/package_manager/tests/src/Kernel/StageEventsTest.php
Tests exception is thrown if error is not added before stopPropagation().
StageEventsTest::testPackageListsAvailableToRequireEvents in core/modules/package_manager/tests/src/Kernel/StageEventsTest.php
Tests that pre- and post-require events have access to the package lists.
StageEventsTest::testValidationResults in core/modules/package_manager/tests/src/Kernel/StageEventsTest.php
Tests that an exception is thrown if an event has validation results.
StatusCheckTraitTest::testNoErrorIfPathsToExcludeCannotBeCollected in core/modules/package_manager/tests/src/Kernel/StatusCheckTraitTest.php
Tests that any error will be added to the status check event.
StatusCheckTraitTest::testPathsToExcludeCollected in core/modules/package_manager/tests/src/Kernel/StatusCheckTraitTest.php
Tests that StatusCheckTrait will collect paths to exclude.
WritableFileSystemValidatorTest::testWritableDuringPreApply in core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php
Tests the file system permissions validator during pre-apply.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.