You are here

public function AutomatedCropFunctionalTest::testNothing in Automated Crop 8

Initialization of TESTS ...

File

src/Tests/AutomatedCropFunctionalTest.php, line 55

Class

AutomatedCropFunctionalTest
Functional tests for Automated Crop.

Namespace

Drupal\automated_crop\Tests

Code

public function testNothing() {
  return $this
    ->assertTrue(TRUE, t('ok useless but necessary :P'));
}