function PSR4WebTest::testArithmetics
File
-
modules/
simpletest/ src/ Tests/ PSR4WebTest.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.