public function Mockable::mockableMethod in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/phpunit-mock-objects/tests/_fixture/Mockable.php \Mockable::mockableMethod()
File
- vendor/
phpunit/ phpunit-mock-objects/ tests/ _fixture/ Mockable.php, line 12
Class
Code
public function mockableMethod() {
// something different from NULL
return true;
}