| Path : /var/www/html/solarwindia/vendor/phpunit/php-token-stream/tests/_fixture/ |
| Current File : /var/www/html/solarwindia/vendor/phpunit/php-token-stream/tests/_fixture/issue30.php |
<?php
class Foo
{
public function bar()
{
return Foo::CLASS;
}
}