function anything in Zircon Profile 8
Same name and namespace in other branches
Returns a PHPUnit_Framework_Constraint_IsAnything matcher object.
@since Method available since Release 3.0.0
Return value
PHPUnit_Framework_Constraint_IsAnything
5 string references to 'anything'
- ForumListingBreadcrumbBuilderTest::providerTestApplies in core/
modules/ forum/ tests/ src/ Unit/ Breadcrumb/ ForumListingBreadcrumbBuilderTest.php - Provides test data for testApplies().
- Framework_AssertTest::testAssertThatAnything in vendor/
phpunit/ phpunit/ tests/ Framework/ AssertTest.php - @covers PHPUnit_Framework_Assert::assertThat @covers PHPUnit_Framework_Assert::anything
- Framework_AssertTest::testAssertThatAnythingAndAnything in vendor/
phpunit/ phpunit/ tests/ Framework/ AssertTest.php - @covers PHPUnit_Framework_Assert::assertThat @covers PHPUnit_Framework_Assert::anything @covers PHPUnit_Framework_Assert::logicalAnd
- Framework_AssertTest::testAssertThatAnythingOrAnything in vendor/
phpunit/ phpunit/ tests/ Framework/ AssertTest.php - @covers PHPUnit_Framework_Assert::assertThat @covers PHPUnit_Framework_Assert::anything @covers PHPUnit_Framework_Assert::logicalOr
- Framework_AssertTest::testAssertThatAnythingXorNotAnything in vendor/
phpunit/ phpunit/ tests/ Framework/ AssertTest.php - @covers PHPUnit_Framework_Assert::assertThat @covers PHPUnit_Framework_Assert::anything @covers PHPUnit_Framework_Assert::logicalNot @covers PHPUnit_Framework_Assert::logicalXor
File
- vendor/
phpunit/ phpunit/ src/ Framework/ Assert/ Functions.php, line 32
Code
function anything() {
return call_user_func_array('PHPUnit_Framework_Assert::anything', func_get_args());
}