1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Add missing TestCase namespace

This commit is contained in:
Jeremy Benoist 2017-12-16 22:38:07 +01:00
parent 26e2f07419
commit 4b6942d2d8
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
5 changed files with 10 additions and 5 deletions

View file

@ -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()
{