From 23634d5d842dabcf5d7475e2becb7e127824239e Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Wed, 1 Jun 2016 21:27:35 +0200 Subject: Jump to Symfony 3.1 --- .../CoreBundle/Tests/Twig/WallabagExtensionTest.php | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/Wallabag/CoreBundle/Tests/Twig/WallabagExtensionTest.php (limited to 'src/Wallabag/CoreBundle/Tests/Twig/WallabagExtensionTest.php') diff --git a/src/Wallabag/CoreBundle/Tests/Twig/WallabagExtensionTest.php b/src/Wallabag/CoreBundle/Tests/Twig/WallabagExtensionTest.php deleted file mode 100644 index 9af8fad8..00000000 --- a/src/Wallabag/CoreBundle/Tests/Twig/WallabagExtensionTest.php +++ /dev/null @@ -1,17 +0,0 @@ -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')); - } -} -- cgit v1.2.3