PHPUnit_Framework_MockObject_Matcher_Parameters::__construct |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/Parameters.php |
|
PHPUnit_Framework_MockObject_Builder_MethodNameMatch::method |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/MethodNameMatch.php |
Adds a new method name match and returns the parameter match object for
further matching possibilities. |
Framework_AssertTest::testAssertThatMatchesRegularExpression |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertThat
@covers PHPUnit_Framework_Assert::matchesRegularExpression |
Util_DiffTest::testComparisonErrorOverlapingMatches2_toArray |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/DiffTest.php |
@covers PHPUnit_Util_Diff::diffToArray |
PHPUnit_Framework_MockObject_Matcher_MethodName::$constraint |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/MethodName.php |
|
PHPUnit_Framework_MockObject_Matcher_MethodName::__construct |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/MethodName.php |
|
PHPUnit_Framework_MockObject_Matcher_InvokedRecorder::invoked |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedRecorder.php |
|
PHPUnit_Framework_MockObject_Matcher_InvokedRecorder::matches |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedRecorder.php |
|
PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex::toString |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedAtIndex.php |
|
PHPUnit_Framework_Constraint_ClassHasStaticAttribute::matches |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/ClassHasStaticAttribute.php |
Evaluates the constraint for parameter $other. Returns TRUE if the
constraint is met, FALSE otherwise. |
PHPUnit_Framework_Constraint_JsonMatches_ErrorMessageProvider |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/JsonMatches/ErrorMessageProvider.php |
Provides human readable messages for each JSON error. |
PHPUnit_Framework_MockObject_Matcher_InvokedCount::__construct |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedCount.php |
|
UrlMatcherTest::testDefaultRequirementOfVariableDisallowsSlash |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
@expectedException \Symfony\Component\Routing\Exception\ResourceNotFoundException |
PHPUnit_Framework_Constraint_StringMatches::failureDescription |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/StringMatches.php |
Returns the description of the failure |
PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount::toString |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/AnyInvokedCount.php |
|
PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastOnce::verify |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedAtLeastOnce.php |
Verifies that the current expectation is valid. If everything is OK the
code should just return, if not it must throw an exception. |
PHPUnit_Framework_MockObject_Builder_InvocationMocker::$matcher |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/InvocationMocker.php |
|
PHPUnit_Framework_MockObject_Stub_MatcherCollection::addMatcher |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/MatcherCollection.php |
Adds a new matcher to the collection which can be used as an expectation
or a stub. |
PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex::__construct |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedAtIndex.php |
|
PHPUnit_Framework_MockObject_Matcher_StatelessInvocation::verify |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/StatelessInvocation.php |
Checks if the invocation $invocation matches the current rules. If it does
the matcher will get the invoked() method called which should check if an
expectation is met. |
PHPUnit_Framework_MockObject_Matcher_InvokedCount::$expectedCount |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedCount.php |
|
PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastOnce::toString |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedAtLeastOnce.php |
|
PHPUnit_Framework_MockObject_Builder_InvocationMocker::getMatcher |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/InvocationMocker.php |
|
PHPUnit_Framework_MockObject_Matcher::$afterMatchBuilderIsInvoked |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher.php |
|
PHPUnit_Framework_MockObject_Matcher_StatelessInvocation::invoked |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/StatelessInvocation.php |
Registers the invocation $invocation in the object as being invoked.
This will only occur after matches() returns true which means the
current invocation is the correct one. |
PHPUnit_Framework_MockObject_Matcher_InvokedRecorder::$invocations |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedRecorder.php |
|
PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex::$currentIndex |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedAtIndex.php |
|
KernelTest::testLocateResourceReturnsTheFirstThatMatchesWithParent |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
PhpMatcherDumperTest::testDumpWhenSchemeIsUsedWithoutAProperDumper |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/PhpMatcherDumperTest.php |
@expectedException \LogicException |
ContentAwareGeneratorTest::testGenerateRouteMultilangLocaleNomatch |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
|
PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex::$sequenceIndex |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedAtIndex.php |
|
PHPUnit_Framework_Constraint_StringMatches::createPatternFromFormat |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/StringMatches.php |
|
RedirectableUrlMatcherTest::testRedirectWhenNoSlashForNonSafeMethod |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/RedirectableUrlMatcherTest.php |
@expectedException \Symfony\Component\Routing\Exception\ResourceNotFoundException |
PHPUnit_Framework_MockObject_Matcher_InvokedRecorder::getInvocations |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedRecorder.php |
|
PHPUnit_Framework_MockObject_Matcher_InvokedRecorder::hasBeenInvoked |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedRecorder.php |
|
DefaultFileLocatorTest::testGetAllClassNamesNonMatchingFileExtension |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/DefaultFileLocatorTest.php |
|
ContentAwareGeneratorTest::testGenerateDocumentMultilangLocaleNomatch |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
|
UrlMatcherTest::testDefaultRequirementOfVariableDisallowsNextSeparator |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
@expectedException \Symfony\Component\Routing\Exception\ResourceNotFoundException |
PHPUnit_Framework_MockObject_Builder_ParametersMatch::withAnyParameters |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/ParametersMatch.php |
Sets a matcher which allows any kind of parameters. |
StoreTest::testSucceedsQuietlyWhenInvalidateCalledWithNoMatchingEntries |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php |
|
HttpCacheTest::testRespondsWith304WhenIfModifiedSinceMatchesLastModified |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
PHPUnit_Framework_MockObject_Matcher_InvokedRecorder::getInvocationCount |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedRecorder.php |
|
PHPUnit_Framework_Constraint_StringMatches::additionalFailureDescription |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/StringMatches.php |
Return additional failure description where needed |
HttpCacheTest::testRespondsWith304OnlyIfIfNoneMatchAndIfModifiedSinceBothMatch |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
Framework_Constraint_JsonMatches_ErrorMessageProviderTest::testDetermineJsonError |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/Constraint/JsonMatches/ErrorMessageProviderTest.php |
@dataProvider determineJsonErrorDataprovider
@covers PHPUnit_Framework_Constraint_JsonMatches_ErrorMessageProvider::determineJsonError |
PHPUnit_Framework_Constraint_JsonMatches_ErrorMessageProvider::determineJsonError |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/JsonMatches/ErrorMessageProvider.php |
Translates JSON error to a human readable string. |
Framework_Constraint_JsonMatches_ErrorMessageProviderTest::testTranslatTypeToPrefix |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/Constraint/JsonMatches/ErrorMessageProviderTest.php |
@dataProvider translateTypeToPrefixDataprovider
@covers PHPUnit_Framework_Constraint_JsonMatches_ErrorMessageProvider::translateTypeToPrefix |
PHPUnit_Framework_Constraint_JsonMatches_ErrorMessageProvider::translateTypeToPrefix |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/JsonMatches/ErrorMessageProvider.php |
Translates a given type to a human readable message prefix. |
Framework_Constraint_JsonMatches_ErrorMessageProviderTest::determineJsonErrorDataprovider |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/Constraint/JsonMatches/ErrorMessageProviderTest.php |
|
Framework_Constraint_JsonMatches_ErrorMessageProviderTest::translateTypeToPrefixDataprovider |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/Constraint/JsonMatches/ErrorMessageProviderTest.php |
|