You are here

public function GoogleSearchTest::testGetTip in Freelinking 8.3

Same name and namespace in other branches
  1. 4.0.x tests/src/Unit/Plugin/freelinking/GoogleSearchTest.php \Drupal\Tests\freelinking\Unit\Plugin\freelinking\GoogleSearchTest::testGetTip()

Asserts that the appropriate tip is returned.

File

tests/src/Unit/Plugin/freelinking/GoogleSearchTest.php, line 78

Class

GoogleSearchTest
Tests the google search plugin.

Namespace

Drupal\Tests\freelinking\Unit\Plugin\freelinking

Code

public function testGetTip() {
  $this
    ->assertEquals('Search google for the specified terms.', $this->plugin
    ->getTip());
}