InvokedCount.php |
file |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedCount.php |
|
InvokedAtIndex.php |
file |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedAtIndex.php |
|
AnyInvokedCount.php |
file |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/AnyInvokedCount.php |
|
InvokedRecorder.php |
file |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedRecorder.php |
|
InvokedAtLeastOnce.php |
file |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedAtLeastOnce.php |
|
StaticLoaderEntity::$invokedWith |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php |
|
EventManagerTest::$_preFooInvoked |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/EventManagerTest.php |
|
TestEventListener::$preFooInvoked |
property |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php |
|
EventManagerTest::$_postFooInvoked |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/EventManagerTest.php |
|
TestEventListener::$postFooInvoked |
property |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php |
|
PHPUnit_Framework_MockObject_Matcher::invoked |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher.php |
|
PHPUnit_Framework_MockObject_Matcher_InvokedCount |
class |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedCount.php |
Invocation matcher which checks if a method has been invoked a certain amount
of times.
If the number of invocations exceeds the value it will immediately throw an
exception,
If the number is less it will later be checked in verify() and also throw… |
PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex |
class |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedAtIndex.php |
Invocation matcher which checks if a method was invoked at a certain index. |
PHPUnit_Framework_MockObject_Matcher_InvokedRecorder |
class |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedRecorder.php |
Records invocations and provides convenience methods for checking them later
on.
This abstract class can be implemented by matchers which needs to check the
number of times an invocation has occured. |
PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount |
class |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/AnyInvokedCount.php |
Invocation matcher which checks if a method has been invoked zero or more
times. This matcher will always match. |
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_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_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_InvokedCount::invoked |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedCount.php |
|
PHPUnit_Framework_MockObject_Matcher_InvokedCount::toString |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedCount.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. |
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. |
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_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_MockObject_Matcher_InvokedCount::__construct |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedCount.php |
|
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_Matcher_InvokedAtIndex::__construct |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedAtIndex.php |
|
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_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 |
|
PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex::$sequenceIndex |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedAtIndex.php |
|
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 |
|
PHPUnit_Framework_MockObject_Matcher_InvokedRecorder::getInvocationCount |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedRecorder.php |
|