You are here

public function FileTest::testGetIndicator in Freelinking 4.0.x

Same name and namespace in other branches
  1. 8.3 tests/src/Unit/Plugin/freelinking/FileTest.php \Drupal\Tests\freelinking\Unit\Plugin\freelinking\FileTest::testGetIndicator()

Assert that getIndicator is functional.

File

tests/src/Unit/Plugin/freelinking/FileTest.php, line 66

Class

FileTest
Tests the freelinking file plugin.

Namespace

Drupal\Tests\freelinking\Unit\Plugin\freelinking

Code

public function testGetIndicator() {
  $plugin = $this
    ->getPlugin();
  $this
    ->assertEquals(1, preg_match($plugin
    ->getIndicator(), 'file'));
}