function SimpleTestTest::assertNothing

Assert nothing.

1 call to SimpleTestTest::assertNothing()
SimpleTestTest::stubTest in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php
Test to be run and the results confirmed.

File

drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php, line 199
Definition of Drupal\simpletest\Tests\SimpleTestTest.

Class

SimpleTestTest

Namespace

Drupal\simpletest\Tests

Code

function assertNothing() {
  $this
    ->pass("This is nothing.");
}