You are here

public function Framework_ConstraintTest::callbackReturningTrue in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php \Framework_ConstraintTest::callbackReturningTrue()

File

vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php, line 1783

Class

Framework_ConstraintTest
@since Class available since Release 3.0.0

Code

public function callbackReturningTrue() {
  return true;
}