aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle/Import/ImportCompilerPassTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Wallabag/ImportBundle/Import/ImportCompilerPassTest.php')
-rw-r--r--tests/Wallabag/ImportBundle/Import/ImportCompilerPassTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Wallabag/ImportBundle/Import/ImportCompilerPassTest.php b/tests/Wallabag/ImportBundle/Import/ImportCompilerPassTest.php
index 207054f4..e0e90ae3 100644
--- a/tests/Wallabag/ImportBundle/Import/ImportCompilerPassTest.php
+++ b/tests/Wallabag/ImportBundle/Import/ImportCompilerPassTest.php
@@ -2,10 +2,11 @@
2 2
3namespace Tests\Wallabag\ImportBundle\Import; 3namespace Tests\Wallabag\ImportBundle\Import;
4 4
5use PHPUnit\Framework\TestCase;
5use Symfony\Component\DependencyInjection\ContainerBuilder; 6use Symfony\Component\DependencyInjection\ContainerBuilder;
6use Wallabag\ImportBundle\Import\ImportCompilerPass; 7use Wallabag\ImportBundle\Import\ImportCompilerPass;
7 8
8class ImportCompilerPassTest extends \PHPUnit_Framework_TestCase 9class ImportCompilerPassTest extends TestCase
9{ 10{
10 public function testProcessNoDefinition() 11 public function testProcessNoDefinition()
11 { 12 {