1 simpletest.test SimpleTestFunctionalTest::assertNothing()

Assert nothing.

File

core/modules/simpletest/tests/simpletest.test, line 193
Tests for simpletest.module.

Class

SimpleTestFunctionalTest

Code

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