You are here

public function Test::methodTwo in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/php-token-stream/tests/_fixture/class_with_method_that_declares_anonymous_class2.php \Test::methodTwo()

File

vendor/phpunit/php-token-stream/tests/_fixture/class_with_method_that_declares_anonymous_class2.php, line 13

Class

Test

Code

public function methodTwo() {
  return false;
}