Framework_ConstraintTest::testConstraintStringStartsWith2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_StringStartsWith
@covers PHPUnit_Framework_Assert::stringStartsWith
@covers PHPUnit_Framework_TestFailure::exceptionToString |
Framework_ConstraintTest::testConstraintStringNotContains |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_StringContains
@covers PHPUnit_Framework_Constraint_Not
@covers PHPUnit_Framework_Assert::stringContains
@covers PHPUnit_Framework_Assert::logicalNot
@covers PHPUnit_Framework_TestFailure::exceptionToString |
ConstraintTest::testSetNotExistingPropertyThrowsException |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintTest.php |
|
Framework_ConstraintTest::testConstraintStringEndsNotWith |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_StringEndsWith
@covers PHPUnit_Framework_Constraint_Not
@covers PHPUnit_Framework_Assert::stringEndsWith
@covers PHPUnit_Framework_Assert::logicalNot
@covers PHPUnit_Framework_TestFailure::exceptionToString |
PHPUnit_Framework_TestSuite_DataProvider::setDependencies |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite/DataProvider.php |
Sets the dependencies of a TestCase. |
FilterStringTest::testFilterStringGroupedExposedNotStarts |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterStringTest.php |
|
Twig_Tests_ParserTest::testFilterBodyNodesThrowsException |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ParserTest.php |
@dataProvider getFilterBodyNodesDataThrowsException
@expectedException Twig_Error_Syntax |
Framework_ConstraintTest::testConstraintArrayNotContains2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_TraversableContains
@covers PHPUnit_Framework_Constraint_Not
@covers PHPUnit_Framework_Assert::logicalNot
@covers PHPUnit_Framework_TestFailure::exceptionToString |
system_incompatible_core_version_dependencies_test.module |
file |
drupal/core/modules/system/tests/modules/system_incompatible_core_version_dependencies_test/system_incompatible_core_version_dependencies_test.module |
|
MimeTypeTest::testGuessImageWithFileBinaryMimeTypeGuesser |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/MimeType/MimeTypeTest.php |
|
PictureFieldDisplayTest::testPictureFieldFormattersPublic |
function |
drupal/core/modules/picture/lib/Drupal/picture/Tests/PictureFieldDisplayTest.php |
Test picture formatters on node display for public files. |
Twig_Tests_ExpressionParserTest::testCanOnlyAssignToNames |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ExpressionParserTest.php |
@expectedException Twig_Error_Syntax
@dataProvider getFailingTestsForAssignment |
VocabularyUnitTest::testTaxonomyVocabularyDeleteWithTerms |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php |
Test deleting a taxonomy that contains terms. |
VocabularyUnitTest::testTaxonomyVocabularyLoadStaticReset |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php |
Ensure that the vocabulary static reset works correctly. |
FilterNumericTest::testFilterNumericExposedGroupedBetween |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterNumericTest.php |
|
ClassCollectionLoaderTest::testUnableToLoadClassException |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php |
@expectedException InvalidArgumentException |
DocParserTest::testDefaultAnnotationValueIsNotOverwritten |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
Framework_TestCaseTest::testExpectOutputRegexFooActualFoo |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/TestCaseTest.php |
|
UserPasswordResetTest::testUserResetPasswordTextboxFilled |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserPasswordResetTest.php |
Prefill the text box on incorrect login via link to password reset page. |
Framework_TestCaseTest::testExpectOutputRegexFooActualBar |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/TestCaseTest.php |
|
Util_DiffTest::testComparisonErrorStartAndEndSame_toArray |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/DiffTest.php |
@covers PHPUnit_Util_Diff::diffToArray |
Util_DiffTest::testComparisonErrorEndSameComplete_toArray |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/DiffTest.php |
@covers PHPUnit_Util_Diff::diffToArray |
XmlEncoderTest::testEncodeSerializerXmlRootNodeNameOption |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php |
|
CheckExceptionOnInvalidReferenceBehaviorPassTest::process |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckExceptionOnInvalidReferenceBehaviorPassTest.php |
|
PHP_CodeCoverage_Report_Node_Directory::$numTestedClasses |
property |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/Directory.php |
|
XmlFileLoaderTest::testLoadThrowsExceptionWithInvalidFile |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php |
@expectedException \InvalidArgumentException
@dataProvider getPathsToInvalidFiles |
PHP_CodeCoverage_Report_Node_Directory::$numTestedMethods |
property |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/Directory.php |
|
CollectionValidatorCustomArrayObjectTest::prepareTestData |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorCustomArrayObjectTest.php |
|
UniversalClassLoaderTest::testLoadClassNamespaceCollision |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/UniversalClassLoaderTest.php |
@dataProvider getLoadClassNamespaceCollisionTests |
ChoiceValidatorTest::testValidChoiceCallbackContextMethod |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php |
|
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 … |
PhpParserTest::testEqualNamespacesPerFileWithClassAsFirst |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PhpParserTest.php |
|
PhpParserTest::testGlobalNamespacesPerFileWithClassAsLast |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PhpParserTest.php |
|
Framework_MockObjectTest::testMockedMethodIsCalledExactly |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
ApcUniversalClassLoaderTest::testLoadClassPrefixCollision |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ApcUniversalClassLoaderTest.php |
@dataProvider getLoadClassPrefixCollisionTests |
Framework_AssertTest::testAssertAncestorContentAttributes |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertTag |
Framework_AssertTest::testAssertChildrenContentAttributes |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertTag |
ConfigInstallWebTest::testIntegrationModuleReinstallation |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigInstallWebTest.php |
Tests module re-installation. |
Framework_AssertTest::testAssertSelectCountNotPresentTrue |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertSelectCount |
Framework_AssertTest::testAssertSelectCountDescendantTrue |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertSelectCount |
HeaderBagTest::testCacheControlDirectiveParsingQuotedZero |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/HeaderBagTest.php |
|
SigchildDisabledProcessTest::testProcessWithoutTermSignal |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildDisabledProcessTest.php |
@expectedException \Symfony\Component\Process\Exception\RuntimeException |
EntityTranslationSyncUnitTest::testDifferingSyncedColumns |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncUnitTest.php |
Tests that one change in a synchronized column triggers a change in all columns. |
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPublic |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageStylesPathAndUrlTest.php |
Test image_style_url() with a file using the "public://" scheme. |
ElementMetadataTest::testMultipleConstraintsOfTheSameType |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/ElementMetadataTest.php |
|
Twig_Tests_Node_Expression_Binary_ConcatTest::testCompile |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/ConcatTest.php |
@covers Twig_Node_Expression_Binary_Concat::compile
@covers Twig_Node_Expression_Binary_Concat::operator
@dataProvider getTests |
AbstractProfilerStorageTest::testRetrieveByMethodAndLimit |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/AbstractProfilerStorageTest.php |
|
HttpKernelTest::testHandleWhenTheControllerIsNotACallable |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php |
@expectedException LogicException |
Framework_MockObjectTest::testCreateTwoMocksOfOneWsdlFile |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
@requires extension soap |