You are here

function SimpleTestFunctionalTest::assertNothing in SimpleTest 6.2

Same name and namespace in other branches
  1. 7.2 simpletest.test \SimpleTestFunctionalTest::assertNothing()
  2. 7 simpletest.test \SimpleTestFunctionalTest::assertNothing()

Assert nothing.

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

File

./simpletest.test, line 142

Class

SimpleTestFunctionalTest

Code

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