PHPUnit_Framework_MockObject_Generator::generateClassFromWsdl |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Generator.php |
|
Framework_MockObjectTest::testMockArgumentsPassedByReference2 |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
Framework_MockObject_GeneratorTest::testGetMockGeneratorFails |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/GeneratorTest.php |
@covers PHPUnit_Framework_MockObject_Generator::getMock
@expectedException PHPUnit_Framework_Exception
@expectedExceptionMessage duplicates: "foo, foo" |
Twig_Tests_TemplateTest::testGetAttributeWithTemplateAsObject |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/TemplateTest.php |
@dataProvider getGetAttributeWithTemplateAsObject |
PHPUnit_Framework_MockObject_Matcher_InvokedCount::__construct |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedCount.php |
|
Framework_ConstraintTest::testConstraintObjectNotHasAttribute2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_ObjectHasAttribute
@covers PHPUnit_Framework_Constraint_Not
@covers PHPUnit_Framework_Assert::objectHasAttribute
@covers PHPUnit_Framework_Assert::logicalNot
@covers PHPUnit_Framework_TestFailure::exceptionToString |
PHPUnit_Framework_MockObject_MockBuilder::$originalConstructor |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/MockBuilder.php |
|
Issue581Test::testExportingObjectsDoesNotBreakWindowsLineFeeds |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Regression/GitHub/581/Issue581Test.php |
|
PHPUnit_Framework_MockObject_MockBuilder::disableOriginalClone |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/MockBuilder.php |
Disables the invocation of the original clone constructor. |
Framework_MockObjectTest::testMockedMethodIsCalledAtLeastOnce2 |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
Framework_AssertTest::testAssertSplObjectStorageContainsObject |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertContains |
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_Stub_ConsecutiveCalls::__construct |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/ConsecutiveCalls.php |
|
Util_ClassTest::testGetObjectAttributeCanHandleDynamicVariables |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/ClassTest.php |
Test that if a dynamic variable is defined on a class then
the $attribute variable will be NULL, but the variable defined
will be a public one so we are safe to return it |
PHPUnit_Framework_MockObject_MockBuilder::enableArgumentCloning |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/MockBuilder.php |
Enables the cloning of arguments passed to mocked methods. |
PHPUnit_Framework_MockObject_Generator::$blacklistedMethodNames |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Generator.php |
|
Framework_MockObjectTest::testMockClassDifferentForPartialMocks |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
PHPUnit_Framework_MockObject_Generator::getMockForAbstractClass |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Generator.php |
Returns a mock object for the specified abstract class with all abstract
methods of the class mocked. Concrete methods to mock can be specified with
the last parameter |
Framework_MockObjectTest::testStubbedReturnValueForStaticMethod |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
HttpKernelTest::testHandleWhenTheControllerIsAnObjectWithInvoke |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php |
|
PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex::__construct |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedAtIndex.php |
|
JsonResponseTest::testConstructorWithAssocArrayCreatesJsonObject |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php |
|
Framework_ConstraintTest::testConstraintSplObjectStorageContains |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_TraversableContains
@covers PHPUnit_Framework_Constraint::count
@covers PHPUnit_Framework_TestFailure::exceptionToString |
PHPUnit_Framework_MockObject_Stub_ReturnArgument::$argumentIndex |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/ReturnArgument.php |
|
PHPUnit_Framework_MockObject_MockBuilder::disableArgumentCloning |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/MockBuilder.php |
Disables the cloning of arguments passed to mocked methods. |
Framework_MockObjectTest::testStubbedReturnValueForStaticMethod2 |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.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 |
|
Framework_AssertTest::testAssertObjectHasAttributeThrowsException |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertObjectHasAttribute
@expectedException PHPUnit_Framework_Exception |
Framework_ConstraintTest::testConstraintSplObjectStorageContains2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_TraversableContains
@covers PHPUnit_Framework_TestFailure::exceptionToString |
ValidationVisitorTest::testValidateDifferentObjectsValidatesTwice |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidationVisitorTest.php |
|
PHPUnit_Framework_MockObject_MockBuilder::getMockForAbstractClass |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/MockBuilder.php |
Creates a mock object for an abstract class using a fluent interface. |
PHPUnit_Framework_MockObject_Matcher::$afterMatchBuilderIsInvoked |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher.php |
|
Framework_AssertTest::testAssertSplObjectStorageNotContainsObject |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertNotContains |
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_Builder_InvocationMocker::$collection |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/InvocationMocker.php |
|
PHPUnit_Framework_MockObject_Builder_InvocationMocker::__construct |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/InvocationMocker.php |
|
Framework_AssertTest::testAssertObjectHasAttributeThrowsException2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertObjectHasAttribute
@expectedException PHPUnit_Framework_Exception |
Framework_MockObjectTest::testOriginalConstructorSettingConsidered |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex::$sequenceIndex |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedAtIndex.php |
|
PHPUnit_Framework_MockObject_Invocation_Static::$uncloneableClasses |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Invocation/Static.php |
|
PHPUnit_Framework_MockObject_MockBuilder::enableOriginalConstructor |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/MockBuilder.php |
Enables the invocation of the original constructor. |
Framework_MockObjectTest::testMockedMethodIsCalledOnceWithParameter |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|