You are here

public function FootermapBlockTest::testStaticCreate in footermap: a footer site map 8

Asserts that the footermap block instance is created.

File

tests/src/Unit/Plugin/Block/FootermapBlockTest.php, line 163

Class

FootermapBlockTest
Test footermap block methods.

Namespace

Drupal\Tests\footermap\Unit\Plugin\Block

Code

public function testStaticCreate() {
  $block = $this
    ->getPlugin();
  $this
    ->assertInstanceOf('\\Drupal\\footermap\\Plugin\\Block\\FootermapBlock', $block);
}