public function EventExampleTest::testAutomatedBuild in Event 8
A meaningless test to ensure that automated build is running simpletest.
File
- src/
Tests/ EventExampleTest.php, line 17
Class
- EventExampleTest
- Example test that passes to confirm that automated build can run unit tests.
Namespace
Drupal\event\TestsCode
public function testAutomatedBuild() {
$this
->assertTrue(TRUE);
}