Skip to content

Commit

Permalink
Added note for later implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
webmozart committed May 7, 2010
1 parent 9d44822 commit 73f7e66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/lexer/LimeLexerTestVariable.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ protected function process($text, $id)
}
else if ($id == T_STRING && $this->state == self::INSTANTIATION)
{
// problem: test classes defined in the test script itself are not
// recognized here
if (class_exists($text))
{
$class = new ReflectionClass($text);
Expand Down

0 comments on commit 73f7e66

Please sign in to comment.