aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Twig/WallabagExtensionTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Wallabag/CoreBundle/Twig/WallabagExtensionTest.php')
-rw-r--r--tests/Wallabag/CoreBundle/Twig/WallabagExtensionTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/Twig/WallabagExtensionTest.php b/tests/Wallabag/CoreBundle/Twig/WallabagExtensionTest.php
index 82336060..bb92f745 100644
--- a/tests/Wallabag/CoreBundle/Twig/WallabagExtensionTest.php
+++ b/tests/Wallabag/CoreBundle/Twig/WallabagExtensionTest.php
@@ -2,9 +2,10 @@
2 2
3namespace Tests\Wallabag\CoreBundle\Twig; 3namespace Tests\Wallabag\CoreBundle\Twig;
4 4
5use PHPUnit\Framework\TestCase;
5use Wallabag\CoreBundle\Twig\WallabagExtension; 6use Wallabag\CoreBundle\Twig\WallabagExtension;
6 7
7class WallabagExtensionTest extends \PHPUnit_Framework_TestCase 8class WallabagExtensionTest extends TestCase
8{ 9{
9 public function testRemoveWww() 10 public function testRemoveWww()
10 { 11 {