Skip to content

Commit

Permalink
Merge branch 'issue_50' of git://github.com/whatthejeff/phpunit-mock-…
Browse files Browse the repository at this point in the history
…objects into whatthejeff-issue_50
  • Loading branch information
sebastianbergmann committed Apr 4, 2011
2 parents 51ce9f8 + 1658cfe commit e66c491
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion PHPUnit/Framework/MockObject/Generator.php
Expand Up @@ -80,15 +80,20 @@ class PHPUnit_Framework_MockObject_Generator
'continue' => TRUE,
'declare' => TRUE,
'default' => TRUE,
'die' => TRUE,
'do' => TRUE,
'echo' => TRUE,
'else' => TRUE,
'elseif' => TRUE,
'empty' => TRUE,
'enddeclare' => TRUE,
'endfor' => TRUE,
'endforeach' => TRUE,
'endif' => TRUE,
'endswitch' => TRUE,
'endwhile' => TRUE,
'eval' => TRUE,
'exit' => TRUE,
'extends' => TRUE,
'final' => TRUE,
'for' => TRUE,
Expand All @@ -98,18 +103,27 @@ class PHPUnit_Framework_MockObject_Generator
'goto' => TRUE,
'if' => TRUE,
'implements' => TRUE,
'interface' => TRUE,
'include' => TRUE,
'include_once' => TRUE,
'instanceof' => TRUE,
'interface' => TRUE,
'isset' => TRUE,
'list' => TRUE,
'namespace' => TRUE,
'new' => TRUE,
'or' => TRUE,
'print' => TRUE,
'private' => TRUE,
'protected' => TRUE,
'public' => TRUE,
'require' => TRUE,
'require_once' => TRUE,
'return' => TRUE,
'static' => TRUE,
'switch' => TRUE,
'throw' => TRUE,
'try' => TRUE,
'unset' => TRUE,
'use' => TRUE,
'var' => TRUE,
'while' => TRUE,
Expand Down

0 comments on commit e66c491

Please sign in to comment.