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