7 calls to PHPUnit_Framework_Assert::callback()

Framework_ConstraintTest::testConstraintCallback in drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_Callback
Framework_ConstraintTest::testConstraintCallbackFailure in drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_Callback @expectedException PHPUnit_Framework_ExpectationFailedException @expectedExceptionMessage Failed asserting that 'This fails' is accepted by specified callback.
Framework_ConstraintTest::testConstraintCallbackInvalidArrayArgumentWithBadArray in drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_Callback @expectedException InvalidArgumentException @expectedExceptionMessage Specified callback <array without indexes 0 and 1 set> is not callable.
Framework_ConstraintTest::testConstraintCallbackInvalidArrayArgumentWithClassname in drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_Callback @expectedException InvalidArgumentException @expectedExceptionMessage Specified callback <Framework_ConstraintTest::invalid callback> is not callable.
Framework_ConstraintTest::testConstraintCallbackInvalidArrayArgumentWithEmptyArray in drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_Callback @expectedException InvalidArgumentException @expectedExceptionMessage Specified callback <empty array> is not callable.
Framework_ConstraintTest::testConstraintCallbackInvalidArrayArgumentWithObject in drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_Callback @expectedException InvalidArgumentException @expectedExceptionMessage Specified callback <Framework_ConstraintTest::invalid callback> is not callable.
Framework_ConstraintTest::testConstraintCallbackInvalidFunctionArgument in drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_Callback @expectedException InvalidArgumentException @expectedExceptionMessage Specified callback <invalid callback> is not callable.