add failing test case

This commit is contained in:
Christian Rishøj 2020-03-16 14:41:53 +01:00
parent 5cc6cdfb2b
commit 052fb9a506
No known key found for this signature in database
GPG Key ID: DE1C905267F33751

View File

@ -17,6 +17,8 @@ class SomeClass
$tokens[$i][0][1][4] = self::T_FN; $tokens[$i][0][1][4] = self::T_FN;
$value = $tokens[$i][0][1][4]; $value = $tokens[$i][0][1][4];
$impertinent[$i] = true;
} }
} }
} }
@ -43,6 +45,8 @@ class SomeClass
$tokens[$i][0][1][4] = self::T_FN; $tokens[$i][0][1][4] = self::T_FN;
$value = $token[0][1][4]; $value = $token[0][1][4];
$impertinent[$i] = true;
} }
} }
} }