more test fixes

Signed-off-by: Andy Miller <rhuk@mac.com>
This commit is contained in:
Andy Miller
2025-10-16 07:50:24 -06:00
parent d9d241d806
commit a3387c106b
4 changed files with 4 additions and 4 deletions

View File

@@ -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;

View File

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

View File

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

View File

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