Skip to content
Snippets Groups Projects
Commit e66f2e31 authored by Adam G-H's avatar Adam G-H
Browse files

debug

parent 9b35badb
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ class ReadinessValidationTest extends AutomaticUpdatesFunctionalTestBase {
/**
* Tests readiness checkers on status report page.
*/
public function testReadinessChecksStatusReport(): void {
public function _testReadinessChecksStatusReport(): void {
$assert = $this->assertSession();
// Ensure automated_cron is disabled before installing automatic_updates. This
......@@ -298,7 +298,7 @@ class ReadinessValidationTest extends AutomaticUpdatesFunctionalTestBase {
/**
* Tests installing a module with a checker before installing automatic_updates.
*/
public function testReadinessCheckAfterInstall(): void {
public function _testReadinessCheckAfterInstall(): void {
$assert = $this->assertSession();
$this->drupalLogin($this->checkerRunnerUser);
......@@ -335,7 +335,7 @@ class ReadinessValidationTest extends AutomaticUpdatesFunctionalTestBase {
/**
* Tests that checker message for an uninstalled module is not displayed.
*/
public function testReadinessCheckerUninstall(): void {
public function _testReadinessCheckerUninstall(): void {
$assert = $this->assertSession();
$this->drupalLogin($this->checkerRunnerUser);
......@@ -372,7 +372,7 @@ class ReadinessValidationTest extends AutomaticUpdatesFunctionalTestBase {
/**
* Tests that stored validation results are deleted after an update.
*/
public function testStoredResultsClearedAfterUpdate(): void {
public function _testStoredResultsClearedAfterUpdate(): void {
// Because all actual staging operations are bypassed by
// package_manager_bypass, disable this validator because it will complain
// if there's no actual Composer data to inspect.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment