function ExampleTest::testArithmetics

Same name in this branch
  1. 7.x drupal/modules/simpletest/tests/psr_0_test/lib/Drupal/psr_0_test/Tests/ExampleTest.php \Drupal\psr_0_test\Tests\ExampleTest::testArithmetics()
  2. 7.x drupal/modules/simpletest/tests/psr_4_test/src/Tests/ExampleTest.php \Drupal\psr_4_test\Tests\ExampleTest::testArithmetics()

File

drupal/modules/simpletest/tests/psr_4_test/src/Tests/ExampleTest.php, line 15

Class

ExampleTest

Namespace

Drupal\psr_4_test\Tests

Code

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