function ExampleTest::testArithmetics in Drupal 7
Same name in this branch
- 7 modules/simpletest/tests/psr_4_test/src/Tests/ExampleTest.php \Drupal\psr_4_test\Tests\ExampleTest::testArithmetics()
- 7 modules/simpletest/tests/psr_0_test/lib/Drupal/psr_0_test/Tests/ExampleTest.php \Drupal\psr_0_test\Tests\ExampleTest::testArithmetics()
File
- modules/
simpletest/ tests/ psr_0_test/ lib/ Drupal/ psr_0_test/ Tests/ ExampleTest.php, line 15
Class
Namespace
Drupal\psr_0_test\TestsCode
function testArithmetics() {
$this
->assert(1 + 1 == 2, '1 + 1 == 2');
}