You are here

public function Mockable::anotherMockableMethod in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit-mock-objects/tests/_fixture/Mockable.php \Mockable::anotherMockableMethod()

File

vendor/phpunit/phpunit-mock-objects/tests/_fixture/Mockable.php, line 18

Class

Mockable

Code

public function anotherMockableMethod() {

  // something different from NULL
  return true;
}