Assert nothing.
File
- drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php, line 196
- Definition of Drupal\simpletest\Tests\SimpleTestTest.
Class
- SimpleTestTest
Namespace
Drupal\simpletest\Tests
Code
function assertNothing() {
$this
->pass("This is nothing.");
}