function NestedExampleTest::testArithmetics
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ psr_0_test/ lib/ Drupal/ psr_0_test/ Tests/ Nested/ NestedExampleTest.php, line 15
Class
Namespace
Drupal\psr_0_test\Tests\NestedCódigo
function testArithmetics() {
$this->assert(1 + 1 == 2, '1 + 1 == 2');
}