function PSR0WebTest::testArithmetics
File
-
modules/
simpletest/ lib/ Drupal/ simpletest/ Tests/ PSR0WebTest.php, line 15
Class
Namespace
Drupal\simpletest\TestsCode
function testArithmetics() {
$this->assert(1 + 1 == 2, '1 + 1 == 2');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.