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:
parent
26e2f07419
commit
4b6942d2d8
5 changed files with 10 additions and 5 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue