aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Event/Subscriber/TablePrefixSubscriberTest.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2017-12-16 22:38:07 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2017-12-18 13:29:33 +0100
commit4b6942d2d8555b0dca7f0b8d521a87415ff81e7c (patch)
treecab72a16c7040a40aa1860050cb773f0b2010f7c /tests/Wallabag/CoreBundle/Event/Subscriber/TablePrefixSubscriberTest.php
parent26e2f07419c9a16c2a304baa6d2cd36d6dddcd80 (diff)
downloadwallabag-4b6942d2d8555b0dca7f0b8d521a87415ff81e7c.tar.gz
wallabag-4b6942d2d8555b0dca7f0b8d521a87415ff81e7c.tar.zst
wallabag-4b6942d2d8555b0dca7f0b8d521a87415ff81e7c.zip
Add missing TestCase namespace
Diffstat (limited to 'tests/Wallabag/CoreBundle/Event/Subscriber/TablePrefixSubscriberTest.php')
-rw-r--r--tests/Wallabag/CoreBundle/Event/Subscriber/TablePrefixSubscriberTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/Event/Subscriber/TablePrefixSubscriberTest.php b/tests/Wallabag/CoreBundle/Event/Subscriber/TablePrefixSubscriberTest.php
index 64e3c6d9..06f85237 100644
--- a/tests/Wallabag/CoreBundle/Event/Subscriber/TablePrefixSubscriberTest.php
+++ b/tests/Wallabag/CoreBundle/Event/Subscriber/TablePrefixSubscriberTest.php
@@ -5,9 +5,10 @@ namespace Tests\Wallabag\CoreBundle\Event\Subscriber;
5use Doctrine\Common\EventManager; 5use Doctrine\Common\EventManager;
6use Doctrine\ORM\Event\LoadClassMetadataEventArgs; 6use Doctrine\ORM\Event\LoadClassMetadataEventArgs;
7use Doctrine\ORM\Mapping\ClassMetadata; 7use Doctrine\ORM\Mapping\ClassMetadata;
8use PHPUnit\Framework\TestCase;
8use Wallabag\CoreBundle\Event\Subscriber\TablePrefixSubscriber; 9use Wallabag\CoreBundle\Event\Subscriber\TablePrefixSubscriber;
9 10
10class TablePrefixSubscriberTest extends \PHPUnit_Framework_TestCase 11class TablePrefixSubscriberTest extends TestCase
11{ 12{
12 public function dataForPrefix() 13 public function dataForPrefix()
13 { 14 {