Merge pull request #7292 from yguedidi/rename-wallabagcoretestcase-to-wallabagtestcase

Rename WallabagCoreTestCase to WallabagTestCase
This commit is contained in:
Yassine Guedidi
2024-02-25 16:33:26 +01:00
committed by GitHub
40 changed files with 79 additions and 79 deletions

View File

@ -6,10 +6,10 @@ use Craue\ConfigBundle\Util\Config;
use Doctrine\ORM\EntityManagerInterface;
use Predis\Client;
use Symfony\Component\HttpFoundation\File\UploadedFile;
use Tests\Wallabag\WallabagCoreTestCase;
use Tests\Wallabag\WallabagTestCase;
use Wallabag\Entity\Entry;
class PinboardControllerTest extends WallabagCoreTestCase
class PinboardControllerTest extends WallabagTestCase
{
public function testImportPinboard()
{