ValidationVisitorTest::testValidatePassesCorrectClassAndProperty |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidationVisitorTest.php |
|
PHPUnit_Framework_MockObject_Stub_ReturnArgument::$argumentIndex |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/ReturnArgument.php |
|
ValidationVisitorTest::testValidateTwiceValidatesConstraintsOnce |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidationVisitorTest.php |
|
DocParserTest::testAnnotationWithoutClassIsIgnoredWithoutWarning |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@group DDC-77 |
Util_ConfigurationTest::testListenerConfigurationIsReadCorrectly |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/ConfigurationTest.php |
|
YamlFileLoaderTest::testLoadClassMetadataReturnsTrueIfSuccessful |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/YamlFileLoaderTest.php |
|
Twig_Tests_Extension_CoreTest::testRandomFunctionOnNonUTF8String |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Extension/CoreTest.php |
|
Framework_AssertTest::testAssertTagAttributesRegexpModifierFalse |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertTag
@expectedException PHPUnit_Framework_AssertionFailedError |
KernelTest::testBootKernelSeveralTimesOnlyInitializesBundlesOnce |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
Framework_AssertTest::testAssertTagAttributesMultiPartClassTrueA |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertTag |
Framework_AssertTest::testAssertTagAttributesMultiPartClassTrueB |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertTag |
Twig_Tests_Loader_ArrayTest::testIsFreshWhenTemplateDoesNotExist |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Loader/ArrayTest.php |
@expectedException Twig_Error_Loader |
Framework_AssertTest::testAssertTagAttributesMultiPartClassFalse |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertTag
@expectedException PHPUnit_Framework_AssertionFailedError |
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. |
ajax_forms_test_advanced_commands_settings_with_merging_callback |
function |
drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax callback for 'settings' but with setting overrides. |
VocabularyPermissionsTest::testVocabularyPermissionsTaxonomyTerm |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyPermissionsTest.php |
Create, edit and delete a taxonomy term via the user interface. |
BackendChainImplementationUnitTest::testGetMultipleHasPropagated |
function |
drupal/core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
Ensure get multiple values propagation to previous backends. |
ApcUniversalClassLoaderTest::getLoadClassNamespaceCollisionTests |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ApcUniversalClassLoaderTest.php |
|
Framework_MockObjectTest::testStubbedReturnValueForStaticMethod2 |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
NodeTypeInitialLanguageTest::testNodeTypeInitialLanguageDefaults |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeInitialLanguageTest.php |
Tests the node type initial language defaults, and modifies them. |
PHP_CodeCoverageTest::testStartThrowsExceptionForInvalidArgument |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php |
@covers PHP_CodeCoverage::start
@expectedException PHP_CodeCoverage_Exception |
Framework_AssertTest::testAssertStringStartsWithThrowsException2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertStringStartsWith
@expectedException PHPUnit_Framework_Exception |
Twig_Test_EscapingTest::testCssEscapingReturnsStringIfZeroLength |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/escapingTest.php |
|
Framework_AssertTest::testAssertStringEndsNotWithThrowsException |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertStringEndsNotWith
@expectedException PHPUnit_Framework_Exception |
Framework_MockBuilderTest::testByDefaultOriginalCloneIsPreserved |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockBuilderTest.php |
|
PHP_CodeCoverage_Report_CloverTest::testCloverForBankAccountTest |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverage/Report/CloverTest.php |
@covers PHP_CodeCoverage_Report_Clover |
PHP_CodeCoverage_Report_FactoryTest::testBuildDirectoryStructure |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverage/Report/FactoryTest.php |
@covers PHP_CodeCoverage_Report_Factory::buildDirectoryStructure |
InstallationProfileModuleTestsTest::testInstallationProfileTests |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/InstallationProfileModuleTestsTest.php |
Tests existence of test case located in an installation profile module. |
PHPUnit_Framework_ExpectationFailedException::$comparisonFailure |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/ExpectationFailedException.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_Constraint_TraversableContainsOnly::$constraint |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/TraversableContainsOnly.php |
|
PHPUnit_Framework_Constraint_TraversableContainsOnly::__construct |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/TraversableContainsOnly.php |
|
UrlGeneratorTest::testGlobalParameterHasHigherPriorityThanDefault |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
ClosureExpressionVisitorTest::testWalkGreaterThanEqualsComparison |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/ClosureExpressionVisitorTest.php |
|
AbstractComparisonValidatorTestCase::testInvalidComparisonToValue |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/AbstractComparisonValidatorTestCase.php |
@dataProvider provideInvalidComparisons |
PHPUnit_Framework_MockObject_Builder_InvocationMocker::getMatcher |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/InvocationMocker.php |
|
Framework_AssertTest::testAssertProtectedStaticAttributeNotEquals |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertAttributeNotEquals |
Framework_AssertTest::testAssertClassHasAttributeThrowsException2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertClassHasAttribute
@expectedException PHPUnit_Framework_Exception |
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 |
PHPCS_Sniffs_ControlStructures_ControlSignatureSniff::__construct |
function |
drupal/core/vendor/phpunit/php-text-template/build/PHPCS/Sniffs/ControlStructures/ControlSignatureSniff.php |
|
PHPCS_Sniffs_ControlStructures_ControlSignatureSniff::getPatterns |
function |
drupal/core/vendor/phpunit/php-text-template/build/PHPCS/Sniffs/ControlStructures/ControlSignatureSniff.php |
|
ValidationVisitorTest::testValidateDifferentObjectsValidatesTwice |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidationVisitorTest.php |
|
PHPCS_Sniffs_ControlStructures_ControlSignatureSniff::__construct |
function |
drupal/core/vendor/phpunit/php-file-iterator/build/PHPCS/Sniffs/ControlStructures/ControlSignatureSniff.php |
|
PHPCS_Sniffs_ControlStructures_ControlSignatureSniff::getPatterns |
function |
drupal/core/vendor/phpunit/php-file-iterator/build/PHPCS/Sniffs/ControlStructures/ControlSignatureSniff.php |
|
PHPCS_Sniffs_ControlStructures_ControlSignatureSniff::__construct |
function |
drupal/core/vendor/phpunit/php-timer/build/PHPCS/Sniffs/ControlStructures/ControlSignatureSniff.php |
|
PHPCS_Sniffs_ControlStructures_ControlSignatureSniff::getPatterns |
function |
drupal/core/vendor/phpunit/php-timer/build/PHPCS/Sniffs/ControlStructures/ControlSignatureSniff.php |
|
PHPCS_Sniffs_ControlStructures_ControlSignatureSniff::__construct |
function |
drupal/core/vendor/phpunit/php-token-stream/build/PHPCS/Sniffs/ControlStructures/ControlSignatureSniff.php |
|