]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Tests/Twig/WallabagExtensionTest.php
Merge pull request #2160 from wallabag/bin-cs-fixer
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Tests / Twig / WallabagExtensionTest.php
index 4945e9a95fcbf3b297a8abcef93a9c39a708e175..9af8fad8f26d544f2d8687f28b782f10bd51983b 100644 (file)
@@ -10,8 +10,8 @@ class WallabagExtensionTest extends \PHPUnit_Framework_TestCase
     {
         $extension = new WallabagExtension();
 
-        $this->assertEquals("lemonde.fr", $extension->removeWww('www.lemonde.fr'));
-        $this->assertEquals("lemonde.fr", $extension->removeWww('lemonde.fr'));
-        $this->assertEquals("gist.github.com", $extension->removeWww('gist.github.com'));
+        $this->assertEquals('lemonde.fr', $extension->removeWww('www.lemonde.fr'));
+        $this->assertEquals('lemonde.fr', $extension->removeWww('lemonde.fr'));
+        $this->assertEquals('gist.github.com', $extension->removeWww('gist.github.com'));
     }
 }