You are here

public static property AutofloatTest::$modules in AutoFloat 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/AutofloatTest.php, line 25

Class

AutofloatTest
Simple test to ensure that main page loads with module enabled.

Namespace

Drupal\Tests\autofloat\Functional

Code

public static $modules = [
  'autofloat',
];