Skip to content

Commit 25a2e05

Browse files
committed
test: remove test for PHP 7.4
1 parent aaf0f1b commit 25a2e05

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

tests/_support/Debug/highlightFile_pre_80000.html

Lines changed: 0 additions & 16 deletions
This file was deleted.

tests/system/Debug/ExceptionHandlerTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,6 @@ public function testHighlightFile(): void
252252
$result = $highlightFile(SUPPORTPATH . 'Controllers' . DIRECTORY_SEPARATOR . 'Hello.php', 16);
253253

254254
switch (true) {
255-
case PHP_VERSION_ID < 80000:
256-
$resultFile = 'highlightFile_pre_80000.html';
257-
break;
258-
259255
case PHP_VERSION_ID < 80300:
260256
$resultFile = 'highlightFile_pre_80300.html';
261257
break;

0 commit comments

Comments
 (0)