mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Rename WallabagCoreTestCase to WallabagTestCase
This commit is contained in:
parent
cd6f7b5e92
commit
c092e4ddf6
40 changed files with 79 additions and 79 deletions
|
@ -13,10 +13,10 @@ use Symfony\Component\Console\Command\LazyCommand;
|
|||
use Symfony\Component\Console\Input\ArrayInput;
|
||||
use Symfony\Component\Console\Output\NullOutput;
|
||||
use Symfony\Component\Console\Tester\CommandTester;
|
||||
use Tests\Wallabag\WallabagCoreTestCase;
|
||||
use Tests\Wallabag\WallabagTestCase;
|
||||
use Wallabag\Command\InstallCommand;
|
||||
|
||||
class InstallCommandTest extends WallabagCoreTestCase
|
||||
class InstallCommandTest extends WallabagTestCase
|
||||
{
|
||||
public static function setUpBeforeClass(): void
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue