function NestedExampleTest::testArithmetics

7.x NestedExampleTest.php NestedExampleTest::testArithmetics()

File

drupal-7.x/modules/simpletest/tests/psr_0_test/lib/Drupal/psr_0_test/Tests/Nested/NestedExampleTest.php, line 15

Class

NestedExampleTest

Namespace

Drupal\psr_0_test\Tests\Nested

Code

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