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:
Derick Alangi 2021-12-17 19:13:17 +01:00
parent 1ba93f1217
commit db662e1db4
No known key found for this signature in database
GPG key ID: AF892C3FF0FC458E

View file

@ -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() {