You are here

public function PHPUnit_Framework_MockObject_Matcher_AnyParameters::toString in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/AnyParameters.php \PHPUnit_Framework_MockObject_Matcher_AnyParameters::toString()

Return value

string

Overrides PHPUnit_Framework_SelfDescribing::toString

File

vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/AnyParameters.php, line 21

Class

PHPUnit_Framework_MockObject_Matcher_AnyParameters
Invocation matcher which allows any parameters to a method.

Code

public function toString() {
  return 'with any parameters';
}