function PSR4WebTest::testArithmetics

File

modules/simpletest/src/Tests/PSR4WebTest.php, line 15

Class

PSR4WebTest

Namespace

Drupal\simpletest\Tests

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.