linkit_search_plugin.test in Linkit 7.3
Tests for Linkit module.
File
test/linkit_search_plugin.testView source
<?php
/**
* @file
* Tests for Linkit module.
*/
/**
* Search plugin test helper class.
*/
abstract class LinkitsearchPluginTestCase extends LinkitTestCase {
/**
* The string to search for when doing autocomplete calls.
*
* @var string
*/
protected $search_string = 'lorem';
}
Classes
Name | Description |
---|---|
LinkitsearchPluginTestCase | Search plugin test helper class. |