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