function NestedExampleTest::testArithmetics
Same name in this branch
- 7.x modules/simpletest/tests/psr_0_test/lib/Drupal/psr_0_test/Tests/Nested/NestedExampleTest.php \Drupal\psr_0_test\Tests\Nested\NestedExampleTest::testArithmetics()
File
-
modules/
simpletest/ tests/ psr_4_test/ src/ Tests/ Nested/ NestedExampleTest.php, line 15
Class
Namespace
Drupal\psr_4_test\Tests\NestedCode
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.