aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Tools/UtilsTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Wallabag/CoreBundle/Tools/UtilsTest.php')
-rw-r--r--tests/Wallabag/CoreBundle/Tools/UtilsTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/Tools/UtilsTest.php b/tests/Wallabag/CoreBundle/Tools/UtilsTest.php
index 4521e485..347589dc 100644
--- a/tests/Wallabag/CoreBundle/Tools/UtilsTest.php
+++ b/tests/Wallabag/CoreBundle/Tools/UtilsTest.php
@@ -2,10 +2,11 @@
2 2
3namespace Tests\Wallabag\CoreBundle\Tools; 3namespace Tests\Wallabag\CoreBundle\Tools;
4 4
5use PHPUnit\Framework\TestCase;
5use Symfony\Component\Finder\Finder; 6use Symfony\Component\Finder\Finder;
6use Wallabag\CoreBundle\Tools\Utils; 7use Wallabag\CoreBundle\Tools\Utils;
7 8
8class UtilsTest extends \PHPUnit_Framework_TestCase 9class UtilsTest extends TestCase
9{ 10{
10 /** 11 /**
11 * @dataProvider examples 12 * @dataProvider examples