Merge "Warn if stateful ParserOutput transforms are used"
[lhc/web/wiklou.git] / tests / phpunit / includes / registration / ExtensionProcessorTest.php
index acf4710..4282652 100644 (file)
@@ -332,7 +332,7 @@ class ExtensionProcessorTest extends MediaWikiTestCase {
        public function testExtractCredits() {
                $processor = new ExtensionProcessor();
                $processor->extractInfo( $this->dir, self::$default, 1 );
-               $this->setExpectedException( 'Exception' );
+               $this->setExpectedException( Exception::class );
                $processor->extractInfo( $this->dir, self::$default, 1 );
        }