function SimpleTestFunctionalTest::assertNothing in SimpleTest 7
Same name and namespace in other branches
- 6.2 simpletest.test \SimpleTestFunctionalTest::assertNothing()
- 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
Code
function assertNothing() {
$this
->pass("This is nothing.");
}