Skip to content

Commit

Permalink
remove test no longer applicable
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah committed Jul 17, 2021
1 parent fcbd443 commit d1a4975
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/UnusedVariableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3269,15 +3269,6 @@ function foo($mixed_or_null): Exception {
};',
'error_message' => 'UnusedVariable',
],
'globalVariableUsage' => [
'<?php
$a = "hello";
function example() : void {
global $a;
}
example();',
'error_message' => 'UnusedVariable',
],
'warnAboutOriginalBadArray' => [
'<?php
function takesArray(array $arr) : void {
Expand Down

0 comments on commit d1a4975

Please sign in to comment.