From: Platonides Date: Sat, 23 Nov 2013 18:24:14 +0000 (+0100) Subject: Use canonical class name for SvgHandler and rename the test for consistency. X-Git-Tag: 1.31.0-rc.0~17835 X-Git-Url: http://git.cyclocoop.org/data/%24oldEdit?a=commitdiff_plain;h=8d2f24dd42ef3b21e93057daae84b34a4f8cfd72;p=lhc%2Fweb%2Fwiklou.git Use canonical class name for SvgHandler and rename the test for consistency. Change-Id: I2f7582a73968687b92f5f45b2026aa27e043281f --- diff --git a/tests/phpunit/includes/media/SVGTest.php b/tests/phpunit/includes/media/SVGTest.php index b28ee56c9b..e0fae71a4b 100644 --- a/tests/phpunit/includes/media/SVGTest.php +++ b/tests/phpunit/includes/media/SVGTest.php @@ -1,5 +1,6 @@ $this->backend ) ); - $this->handler = new SVGHandler; + $this->handler = new SvgHandler; } /**