Merge "Improve (weak and strict) type hints invarious places"
[lhc/web/wiklou.git] / tests / phpunit / includes / config / EtcdConfigTest.php
index ebe1972..3e70a07 100644 (file)
@@ -2,7 +2,7 @@
 
 use Wikimedia\TestingAccessWrapper;
 
-class EtcConfigTest extends PHPUnit_Framework_TestCase {
+class EtcdConfigTest extends PHPUnit_Framework_TestCase {
 
        private function createConfigMock( array $options = [] ) {
                return $this->getMockBuilder( EtcdConfig::class )