PHPUnit_Framework_MockObject_Builder_Stub::will |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/Stub.php |
Stubs the matching method with the stub object $stub. Any invocations of
the matched method will now be handled by the stub instead. |
EasyRdf_Parser_Turtle::parsePredicateObjectList |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Turtle.php |
Parse a predicateObjectList [7]
@ignore |
PHPUnit_Framework_MockObject_Invokable::matches |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Invokable.php |
Checks if the invocation matches. |
PHPUnit_Framework_MockObject_Generator::getMock |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Generator.php |
Returns a mock object for the specified class. |
PHPUnit_Framework_MockObject_Verifiable::verify |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Verifiable.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_Invocation |
interface |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/Invocation.php |
Interface for classes which matches an invocation based on its
method name, argument, order or call count. |
PHPUnit_Framework_MockObject_Matcher_MethodName |
class |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/MethodName.php |
Invocation matcher which looks for a specific method name in the invocations. |
Objects that represent a View or part of a view |
group |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
These objects are the core of Views do the bulk of the direction and
storing of data. All database activity is in these objects. |
ValidatorBuilderInterface::addObjectInitializers |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ValidatorBuilderInterface.php |
Adds a list of object initializers to the validator. |
PHPUnit_Framework_Constraint_IsType::TYPE_OBJECT |
constant |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsType.php |
|
Twig_TemplatePropertyObjectAndArrayAccess::$data |
property |
drupal/core/vendor/twig/twig/test/Twig/Tests/TemplateTest.php |
|
PHPUnit_Framework_MockObject_Stub_ReturnCallback |
class |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/ReturnCallback.php |
@package PHPUnit_MockObject
@author Sebastian Bergmann <sb@sebastian-bergmann.de>
@copyright 2010-2013 Sebastian Bergmann <sb@sebastian-bergmann.de>
@license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause… |
PHPUnit_Framework_MockObject_Stub_Return::$value |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/Return.php |
|
PHPUnit_Framework_MockObject_Stub_Return::invoke |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/Return.php |
Fakes the processing of the invocation $invocation by returning a
specific value. |
PHPUnit_Framework_MockObject_Stub_ReturnValueMap |
class |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/ReturnValueMap.php |
Stubs a method by returning a value from a map. |
PHPUnit_Framework_MockObject_Stub_ReturnArgument |
class |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/ReturnArgument.php |
Stubs a method by returning an argument that was passed to the mocked method. |
PHPUnit_Framework_MockObject_MockObject::expects |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/MockObject.php |
Registers a new expectation in the mock object and returns the match
object which can be infused with further details. |
Framework_MockObjectTest::testStubbedReturnValue |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
PHPUnit_Framework_MockObject_Generator::generate |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Generator.php |
|
Framework_MockObjectTest::testCreateMockFromWsdl |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
@requires extension soap |
PHPUnit_Framework_Comparator_MockObject::accepts |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Comparator/MockObject.php |
Returns whether the comparator can compare two values. |
PHPUnit_Framework_Comparator_MockObject::toArray |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Comparator/MockObject.php |
Converts an object to an array containing all of its private, protected
and public properties. |
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… |
TestObjectMetadata::isCollectionValuedAssociation |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
Checks if the given field is a mapped collection valued association for this class. |
PHPUnit_Framework_MockObject_Builder_Match::after |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/Match.php |
Defines the expectation which must occur before the current is valid. |
PHPUnit_Framework_MockObject_Builder_Identity::id |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/Identity.php |
Sets the identification of the expectation to $id. |
JsonResponseTest::testStaticCreateEmptyJsonObject |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php |
|
PHPUnit_Framework_MockObject_MockBuilder::getMock |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/MockBuilder.php |
Creates a mock object using a fluent interface. |
PHPUnit_Framework_MockObject_Matcher::__construct |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher.php |
|
PHPUnit_Framework_MockObject_Generator::getObject |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Generator.php |
|
Twig_Tests_ErrorTest::testErrorWithObjectFilename |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ErrorTest.php |
|
PHPUnit_Framework_Comparator_Object::assertEquals |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Comparator/Object.php |
Asserts that two values are equal. |
PersistentObjectTest::testSetToOneAssociationNull |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
|
PHPUnit_Framework_MockObject_Matcher_AnyParameters |
class |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/AnyParameters.php |
Invocation matcher which allos any parameters to a method. |
Framework_AssertTest::testAssertObjectHasAttribute |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertObjectHasAttribute |
PHPUnit_Framework_MockObject_Stub_Return::toString |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/Return.php |
Returns a string representation of the object. |
Framework_AssertTest::testObjectHasPublicAttribute |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertObjectHasAttribute |
PHPUnit_Framework_MockObject_Stub_ConsecutiveCalls |
class |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/ConsecutiveCalls.php |
Stubs a method by returning a user-defined stack of values. |
PHPUnit_Framework_MockObject_MockBuilder::$methods |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/MockBuilder.php |
|
PHPUnit_Framework_Assert::assertObjectHasAttribute |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Asserts that an object has a specified attribute. |
PHP_CodeCoverage::resolveCoversToReflectionObjects |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage.php |
@since Method available since Release 1.2.0 |
Framework_MockObjectTest::testStaticMethodCallback |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
Framework_MockObjectTest::testPublicMethodCallback |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
PersistentObjectTest::testNonMatchingObjectManager |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
|
DumperTest::testObjectSupportDisabledWithExceptions |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/DumperTest.php |
@expectedException \Symfony\Component\Yaml\Exception\DumpException |
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. |
Twig_TemplatePropertyObjectAndIterator::getIterator |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/TemplateTest.php |
|
CollectionValidatorArrayObjectTest::prepareTestData |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorArrayObjectTest.php |
|
PHPUnit_Framework_MockObject_Stub_Exception::invoke |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/Exception.php |
Fakes the processing of the invocation $invocation by returning a
specific value. |
PHPUnit_Framework_MockObject_Stub_MatcherCollection |
interface |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/MatcherCollection.php |
Stubs a method by returning a user-defined value. |