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 --- .../Wallabag/CoreBundle/Twig/WallabagExtensionTest.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/Wallabag/CoreBundle/Twig/WallabagExtensionTest.php (limited to 'tests/Wallabag/CoreBundle/Twig') diff --git a/tests/Wallabag/CoreBundle/Twig/WallabagExtensionTest.php b/tests/Wallabag/CoreBundle/Twig/WallabagExtensionTest.php new file mode 100644 index 00000000..8ec2a75a --- /dev/null +++ b/tests/Wallabag/CoreBundle/Twig/WallabagExtensionTest.php @@ -0,0 +1,17 @@ +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