function SimpleTestFunctionalTest::assertNothing

Assert nothing.

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

File

modules/simpletest/simpletest.test, line 204

Class

SimpleTestFunctionalTest
@file Tests for simpletest.module.

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.