You are here

function SimpleTestFunctionalTest::assertNothing in Drupal 7

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 184
Tests for simpletest.module.

Class

SimpleTestFunctionalTest
@file Tests for simpletest.module.

Code

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