You are here

function NestedExampleTest::testArithmetics in Drupal 7

Same name in this branch
  1. 7 modules/simpletest/tests/psr_4_test/src/Tests/Nested/NestedExampleTest.php \Drupal\psr_4_test\Tests\Nested\NestedExampleTest::testArithmetics()
  2. 7 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

NestedExampleTest

Namespace

Drupal\psr_4_test\Tests\Nested

Code

function testArithmetics() {
  $this
    ->assert(1 + 1 == 2, '1 + 1 == 2');
}