function NaiveConversionTest::testConversion

A very basic passing test method that requires no further conversion.

File

testing_example/src/Tests/NaiveConversionTest.php, line 22

Class

NaiveConversionTest
Change this class declaration so it extends BrowserTestBase.

Namespace

Drupal\testing_example\Tests

Code

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