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

Assert nothing.

File

modules/simpletest/tests/simpletest.test, line 173
Tests for simpletest.module.

Class

SimpleTestFunctionalTest

Code

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