You are here

public static property FBLikeboxBlockTest::$modules in Facebook Page Plugin 8.2

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/FBLikeboxBlockTest.php, line 19

Class

FBLikeboxBlockTest
Tests if the facebook likebox block is available.

Namespace

Drupal\Tests\fb_likebox\Functional

Code

public static $modules = [
  'system_test',
  'block',
  'fb_likebox',
];