function SimpleTestFunctionalTest::assertNothing

7.x simpletest.test SimpleTestFunctionalTest::assertNothing()

Assert nothing.

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

File

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

Class

SimpleTestFunctionalTest

Code

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