X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2FWallabag%2FCoreBundle%2FEvent%2FSubscriber%2FTablePrefixSubscriberTest.php;h=06f85237395e8b19f541dbcd3b074a46e2944b41;hb=4b6942d2d8555b0dca7f0b8d521a87415ff81e7c;hp=64e3c6d9998eadaae58201c4e1dfa3dd2d48c1b3;hpb=26e2f07419c9a16c2a304baa6d2cd36d6dddcd80;p=github%2Fwallabag%2Fwallabag.git 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; use Doctrine\Common\EventManager; use Doctrine\ORM\Event\LoadClassMetadataEventArgs; use Doctrine\ORM\Mapping\ClassMetadata; +use PHPUnit\Framework\TestCase; use Wallabag\CoreBundle\Event\Subscriber\TablePrefixSubscriber; -class TablePrefixSubscriberTest extends \PHPUnit_Framework_TestCase +class TablePrefixSubscriberTest extends TestCase { public function dataForPrefix() {