mirror of
https://github.com/getgrav/grav.git
synced 2026-07-06 03:18:33 +02:00
@@ -3,7 +3,7 @@
|
||||
use Grav\Common\Filesystem\Folder;
|
||||
use Grav\Common\Upgrade\SafeUpgradeService;
|
||||
|
||||
class SafeUpgradeServiceTest extends \Codeception\TestCase\Test
|
||||
class SafeUpgradeServiceTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
/** @var string */
|
||||
private $tmpDir;
|
||||
|
||||
@@ -7,7 +7,7 @@ use Symfony\Component\Console\Input\InputInterface;
|
||||
use Symfony\Component\Console\Output\BufferedOutput;
|
||||
use Symfony\Component\Console\Style\SymfonyStyle;
|
||||
|
||||
class PreflightCommandTest extends \Codeception\TestCase\Test
|
||||
class PreflightCommandTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
public function testServeOutputsJsonWhenRequested(): void
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ use Symfony\Component\Console\Input\InputInterface;
|
||||
use Symfony\Component\Console\Output\BufferedOutput;
|
||||
use Symfony\Component\Console\Style\SymfonyStyle;
|
||||
|
||||
class RollbackCommandTest extends \Codeception\TestCase\Test
|
||||
class RollbackCommandTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
public function testListSnapshotsOutputsEntries(): void
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ use Symfony\Component\Console\Input\InputInterface;
|
||||
use Symfony\Component\Console\Output\BufferedOutput;
|
||||
use Symfony\Component\Console\Style\SymfonyStyle;
|
||||
|
||||
class SelfupgradeCommandTest extends \Codeception\TestCase\Test
|
||||
class SelfupgradeCommandTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
public function testHandlePreflightReportSucceedsWithoutIssues(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user