Skip to content

Commit

Permalink
Fix ClassTest case
Browse files Browse the repository at this point in the history
  • Loading branch information
edsrzf committed Jan 24, 2024
1 parent d621363 commit dcdac41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/ClassTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,9 @@ class T extends \PHPUnit\Framework\TestCase {
],
'classAliasNoException' => [
'code' => '<?php
class_alias("Bar\F1", "Bar\F2");
namespace {
class_alias("Bar\F1", "Bar\F2");
}
namespace Bar {
class F1 {
Expand Down

0 comments on commit dcdac41

Please sign in to comment.