public function PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastOnce::toString in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtLeastOnce.php \PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastOnce::toString()
Return value
string
Overrides PHPUnit_Framework_SelfDescribing::toString
File
- vendor/
phpunit/ phpunit-mock-objects/ src/ Framework/ MockObject/ Matcher/ InvokedAtLeastOnce.php, line 24
Class
- PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastOnce
- Invocation matcher which checks if a method has been invoked at least one time.
Code
public function toString() {
return 'invoked at least once';
}