RouterTest::testMatcherIsCreatedIfCacheIsNotConfigured |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouterTest.php |
@dataProvider provideMatcherOptionsPreventingCaching |
Framework_AssertTest::testAssertStringNotMatchesFormat |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertStringNotMatchesFormat |
UrlMatcherTest::testOptionalVariableWithNoRealSeparator |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
|
UrlMatcherTest::testRequiredVariableWithNoRealSeparator |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
|
PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastOnce |
class |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedAtLeastOnce.php |
Invocation matcher which checks if a method has been invoked at least one
time. |
PHPUnit_Framework_MockObject_Matcher_Parameters::verify |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/Parameters.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_Constraint_StringMatches::__construct |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/StringMatches.php |
|
PHPUnit_Framework_Assert::assertStringMatchesFormatFile |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Asserts that a string matches a given format file. |
PHPUnit_Framework_Constraint_ClassHasAttribute::matches |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/ClassHasAttribute.php |
Evaluates the constraint for parameter $other. Returns TRUE if the
constraint is met, FALSE otherwise. |
PHPUnit_Framework_MockObject_Matcher_Parameters::matches |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/Parameters.php |
|
PHPUnit_Framework_Constraint_ObjectHasAttribute::matches |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/ObjectHasAttribute.php |
Evaluates the constraint for parameter $other. Returns TRUE if the
constraint is met, FALSE otherwise. |
PHPUnit_Framework_MockObject_Matcher::$invocationMatcher |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher.php |
|
PHPUnit_Framework_MockObject_Matcher::$methodNameMatcher |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher.php |
|
PHPUnit_Framework_MockObject_Matcher::$parametersMatcher |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher.php |
|
RouteProviderTest::testOutlinePathMatchDefaultsCollision |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php |
Confirms that we can find routes whose pattern would match the request. |
KernelTest::testLocateResourceReturnsTheFirstThatMatches |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
PHPUnit_Framework_MockObject_InvocationMocker::$matchers |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/InvocationMocker.php |
|
PHPUnit_Framework_MockObject_Matcher_Invocation::invoked |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/Invocation.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_Invocation::matches |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/Invocation.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_StatelessInvocation |
class |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/StatelessInvocation.php |
Invocation matcher which does not care about previous state from earlier
invocations. |
PHPUnit_Framework_MockObject_Matcher_MethodName::matches |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/MethodName.php |
|
PHPUnit_Framework_MockObject_Matcher_InvokedCount::verify |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedCount.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_Matcher_Parameters::toString |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/Parameters.php |
|
PHPUnit_Framework_Constraint_TraversableContains::matches |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/TraversableContains.php |
Evaluates the constraint for parameter $other. Returns TRUE if the
constraint is met, FALSE otherwise. |
RouteProviderTest::testOutlinePathMatchDefaultsCollision2 |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php |
Confirms that we can find routes whose pattern would match the request. |
Framework_Constraint_JsonMatches_ErrorMessageProviderTest |
class |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/Constraint/JsonMatches/ErrorMessageProviderTest.php |
@package PHPUnit
@author Bastian Feder <php@bastian-feder.de>
@copyright 2011-2013 Bastian Feder <php@bastian-feder.de>
@license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause
@link … |
PHPUnit_Framework_MockObject_InvocationMocker::addMatcher |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/InvocationMocker.php |
|
PHPUnit_Framework_MockObject_Matcher_MethodName::toString |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/MethodName.php |
|
UrlMatcherTest::testHeadAllowedWhenRequirementContainsGet |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
|
PHPUnit_Framework_MockObject_Matcher_InvokedCount::invoked |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedCount.php |
|
UrlMatcherTest::testDefaultRequirementForOptionalVariables |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
|
PHPUnit_Framework_MockObject_Builder_ParametersMatch::with |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/ParametersMatch.php |
Sets the parameters to match for, each parameter to this funtion will
be part of match. To perform specific matches or constraints create a
new PHPUnit_Framework_Constraint and use it for the parameter.
If the parameter value is not a constraint it… |
PHPUnit_Framework_MockObject_Matcher::$afterMatchBuilderId |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher.php |
|
PHPUnit_Framework_Assert::assertStringNotMatchesFormatFile |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Asserts that a string does not match a given format string. |
PHPUnit_Framework_MockObject_InvocationMocker::hasMatchers |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/InvocationMocker.php |
@since Method available since Release 1.1.0 |
Framework_AssertTest::testAssertStringMatchesFormatFailure |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertStringMatchesFormat
@expectedException PHPUnit_Framework_AssertionFailedError |
Framework_Constraint_JsonMatchesTest::evaluateDataprovider |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/Constraint/JsonMatchesTest.php |
|
PHPUnit_Framework_MockObject_Matcher_InvokedCount::toString |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedCount.php |
|
UrlMatcherTest::testMatchWithDotMetacharacterInRequirements |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
|
PHPUnit_Framework_MockObject_Matcher_AnyParameters::matches |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/AnyParameters.php |
|
PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex::verify |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedAtIndex.php |
Verifies that the current expectation is valid. If everything is OK the
code should just return, if not it must throw an exception. |
Util_DiffTest::testComparisonErrorOverlapingMatches_toArray |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/DiffTest.php |
@covers PHPUnit_Util_Diff::diffToArray |
PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount::verify |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/AnyInvokedCount.php |
Verifies that the current expectation is valid. If everything is OK the
code should just return, if not it must throw an exception. |
UrlMatcherTest::testMethodNotAllowedAggregatesAllowedMethods |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
|
PHPUnit_Framework_MockObject_Matcher_AnyParameters::toString |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/AnyParameters.php |
|
HttpCacheTest::testRespondsWith304WhenIfNoneMatchMatchesETag |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex::matches |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedAtIndex.php |
|
PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex::invoked |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedAtIndex.php |
|
PHPUnit_Framework_MockObject_Matcher_Parameters::$parameters |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/Parameters.php |
|
PHPUnit_Framework_MockObject_Matcher_Parameters::$invocation |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/Parameters.php |
|