public function Mockable::anotherMockableMethod in Zircon Profile 8
Same name and namespace in other branches
- 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
Code
public function anotherMockableMethod() {
// something different from NULL
return true;
}