You are here

public function InstagramBlockPlaceBlockTest::__construct in Instagram Block 8.3

Same name and namespace in other branches
  1. 8.2 src/Tests/InstagramBlockPlaceBlockTest.php \Drupal\instagram_block\Tests\InstagramBlockPlaceBlockTest::__construct()

Constructs the BlockListController.

Parameters

\Drupal\Core\Extension\ThemeInstallerInterface $theme_installer: The theme handler.

Overrides WebTestBase::__construct

File

src/Tests/InstagramBlockPlaceBlockTest.php, line 51

Class

InstagramBlockPlaceBlockTest
Test the placing of Instagram block blocks.

Namespace

Drupal\instagram_block\Tests

Code

public function __construct(ThemeInstallerInterface $theme_installer) {
  parent::__construct();
  $this->themeInstaller = $theme_installer;
}