After training the PHPStorm code formatter.
See https://github.com/siebrand/MediaWiki-PHPStorm Issue remains with anonymous functions in JavaScript. Change-Id: I2b520f8df127452acf02deb659277a6465e6ca59
This commit is contained in:
@@ -24,7 +24,7 @@ class LanguageSearchTest extends PHPUnit_Framework_TestCase {
|
||||
* @dataProvider searchDataProvider
|
||||
*/
|
||||
public function testSearch( $searchKey, $result ) {
|
||||
$this->assertEquals( $result, LanguageNameSearch::search( $searchKey, 1 ) );
|
||||
$this->assertEquals( $result, LanguageNameSearch::search( $searchKey, 1 ) );
|
||||
}
|
||||
|
||||
public function searchDataProvider() {
|
||||
|
||||
Reference in New Issue
Block a user