diff -u b/core/modules/system/src/Tests/Module/DependencyTest.php b/core/modules/system/src/Tests/Module/DependencyTest.php --- b/core/modules/system/src/Tests/Module/DependencyTest.php +++ b/core/modules/system/src/Tests/Module/DependencyTest.php @@ -91,8 +91,7 @@ } /** - * Tests users are informed if the PHP dependency requirements of - * a module are not met. + * Tests users are informed if the PHP dependency requirements of a module are not met. */ public function testIncompatiblePhpVersionDependency() { $this->drupalGet('admin/modules'); diff -u b/core/modules/system/tests/modules/system_incompatible_php_version_test/system_incompatible_php_version_test.info.yml b/core/modules/system/tests/modules/system_incompatible_php_version_test/system_incompatible_php_version_test.info.yml --- b/core/modules/system/tests/modules/system_incompatible_php_version_test/system_incompatible_php_version_test.info.yml +++ b/core/modules/system/tests/modules/system_incompatible_php_version_test/system_incompatible_php_version_test.info.yml @@ -7 +7 @@ -php: 6502 \ No newline at end of file +php: 6502