Skip to content

Commit

Permalink
Revert "PHP 8 で PHPUnit が失敗する不具合を回避"
Browse files Browse the repository at this point in the history
This reverts commit e1042d9.
  • Loading branch information
seasoftjapan committed Mar 2, 2024
1 parent e1042d9 commit 7b80da7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/class/modifier/Modifier_ScriptEscapeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
require 'data/smarty_extends/modifier.script_escape.php';

/**
* (省略。アノテーションを認識されるのに必要なようなので記述している。)
*
* PHP 8.1 でグローバル変数が消失する不具合を回避するため、下で `backupGlobals` を指定している。本質的には PHPUnit が PHP8 に対応していないのが原因と考えられる。
*
* @backupGlobals disabled
*/
class Modifier_ScriptEscapeTest extends PHPUnit_Framework_TestCase
{
Expand Down

0 comments on commit 7b80da7

Please sign in to comment.