Add @covers tag
And remove unnecessary require_once, since that file is already in the autoloader. Change-Id: Id66d79a116043186b4d1bad73d04a62c4142524f
This commit is contained in:
@@ -17,7 +17,10 @@
|
||||
* @licence GNU General Public Licence 2.0 or later
|
||||
* @licence MIT License
|
||||
*/
|
||||
require_once __DIR__ . '/../../data/LanguageNameSearch.php';
|
||||
|
||||
/**
|
||||
* @covers LanguageNameSearch
|
||||
*/
|
||||
class LanguageSearchTest extends PHPUnit_Framework_TestCase {
|
||||
/**
|
||||
* @dataProvider searchDataProvider
|
||||
|
||||
Reference in New Issue
Block a user