You are here

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\Tests

Code

public function testAutomatedBuild() {
  $this
    ->assertTrue(TRUE);
}