Brian Wolff has submitted this change and it was merged.

Change subject: Use canonical class name for SvgHandler and rename the test for 
consistency.
......................................................................


Use canonical class name for SvgHandler and rename the test for consistency.

Change-Id: I2f7582a73968687b92f5f45b2026aa27e043281f
---
M tests/phpunit/includes/media/SVGTest.php
1 file changed, 3 insertions(+), 2 deletions(-)

Approvals:
  Brian Wolff: Looks good to me, approved



diff --git a/tests/phpunit/includes/media/SVGTest.php 
b/tests/phpunit/includes/media/SVGTest.php
index b28ee56..e0fae71 100644
--- a/tests/phpunit/includes/media/SVGTest.php
+++ b/tests/phpunit/includes/media/SVGTest.php
@@ -1,5 +1,6 @@
 <?php
-class SVGTest extends MediaWikiTestCase {
+
+class SvgTest extends MediaWikiTestCase {
 
        protected function setUp() {
                parent::setUp();
@@ -19,7 +20,7 @@
                        'backend' => $this->backend
                ) );
 
-               $this->handler = new SVGHandler;
+               $this->handler = new SvgHandler;
        }
 
        /**

-- 
To view, visit https://gerrit.wikimedia.org/r/97316
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2f7582a73968687b92f5f45b2026aa27e043281f
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Platonides <[email protected]>
Gerrit-Reviewer: Brian Wolff <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to