Skip to content

Commit

Permalink
test: remove test for PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jan 16, 2024
1 parent 6e019cb commit 798ac68
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
16 changes: 0 additions & 16 deletions tests/_support/Debug/highlightFile_pre_80000.html

This file was deleted.

4 changes: 0 additions & 4 deletions tests/system/Debug/ExceptionHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,6 @@ public function testHighlightFile(): void
$result = $highlightFile(SUPPORTPATH . 'Controllers' . DIRECTORY_SEPARATOR . 'Hello.php', 16);

switch (true) {
case PHP_VERSION_ID < 80000:
$resultFile = 'highlightFile_pre_80000.html';
break;

case PHP_VERSION_ID < 80300:
$resultFile = 'highlightFile_pre_80300.html';
break;
Expand Down

0 comments on commit 798ac68

Please sign in to comment.