Follow up on I91cd04d14f0ff86125fc8870984dab045c2098b5
Fixed typo introduce when building PhpSettingsSource due to copy-paste of boiler plate class code. Change-Id: I013ebc5a3b041187a3aa312498140fa40c235fbf
This commit is contained in:
parent
1ba93f1217
commit
db662e1db4
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ use MediaWiki\Settings\Source\PhpSettingsSource;
|
|||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
* @covers \MediaWiki\Settings\Source\FileSource
|
||||
* @covers \MediaWiki\Settings\Source\PhpSettingsSource
|
||||
*/
|
||||
class PhpSettingsSourceTest extends TestCase {
|
||||
public function testLoad() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue