diff --git a/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php b/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php index a7d2d8f..abfa73b 100755 --- a/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php +++ b/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php @@ -216,14 +216,14 @@ function testWebTestRunner() { * Test to be run and the results confirmed. */ function stubTest() { + $this->pass($this->pass); // The first three fails are caused by enabling a non-existent module in // setUp(). This causes the fourth of the five fails asserted in // confirmStubResults(). - $this->pass($this->pass); - // This causes $this->fail($this->fail); - // This causes three of the ten passes asserted in confirmStubResults(). + // This causes the first three of the ten passes asserted in + // confirmStubResults(). $this->drupalCreateUser(array($this->valid_permission)); // This causes the fifth of the five fails asserted in confirmStubResults(). $this->drupalCreateUser(array($this->invalid_permission));