function SimpleTestFunctionalTest::assertNothing

Assert nothing.

1 call to SimpleTestFunctionalTest::assertNothing()
SimpleTestFunctionalTest::stubTest in drupal/modules/simpletest/simpletest.test
Test to be run and the results confirmed.

File

drupal/modules/simpletest/simpletest.test, line 181
Tests for simpletest.module.

Class

SimpleTestFunctionalTest
@file Tests for simpletest.module.

Code

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