You are here

function SimpleTestFunctionalTest::assertNothing in SimpleTest 7

Same name and namespace in other branches
  1. 6.2 simpletest.test \SimpleTestFunctionalTest::assertNothing()
  2. 7.2 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 130

Class

SimpleTestFunctionalTest

Code

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