You are here

issue30.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 vendor/phpunit/php-token-stream/tests/_fixture/issue30.php

File

vendor/phpunit/php-token-stream/tests/_fixture/issue30.php
View source
<?php

class Foo {
  public function bar() {
    return Foo::CLASS;
  }

}

Classes

Namesort descending Description
Foo