ReflectionProviderInterface::getReflectionProperty |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php |
Get the ReflectionClass equivalent for this class. |
NonDefaultBlockAdminTest::testNonDefaultBlockAdmin |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/NonDefaultBlockAdminTest.php |
Test non-default theme admin. |
Twig_Tests_Node_Expression_Unary_NegTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/NegTest.php |
|
ContentAwareGeneratorTest::testGenerateFromContent |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
|
GenericCacheBackendUnitTestBase::testInvalidateAll |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php |
Test Drupal\Core\Cache\CacheBackendInterface::invalidateAll(). |
form_test_form_rebuild_preserve_values_form_submit |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Form submit handler for form_test_form_rebuild_preserve_values_form(). |
Twig_Tests_EnvironmentTest_Extension::getFunctions |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/EnvironmentTest.php |
|
ContextAwarePluginInterface::getContextDefinitions |
function |
drupal/core/lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php |
Gets the context definitions of the plugin. |
Twig_Tests_EnvironmentTest_Extension::getOperators |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/EnvironmentTest.php |
|
Framework_AssertTest::validInvalidJsonDataprovider |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
|
BaseCompilerFilter::COMPILE_ADVANCED_OPTIMIZATIONS |
constant |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php |
|
TrackerAttributesTest::_testBasicTrackerRdfaMarkup |
function |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/TrackerAttributesTest.php |
Helper function for testAttributesInTracker(). |
PHPUnit_Framework_SyntheticError::getSyntheticFile |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/SyntheticError.php |
|
PHPUnit_Framework_SyntheticError::getSyntheticLine |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/SyntheticError.php |
|
AbstractProcessTest::testNegativeTimeoutFromSetter |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/AbstractProcessTest.php |
@expectedException \Symfony\Component\Process\Exception\InvalidArgumentException |
EntityTranslationController::entityFormEntityBuild |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Entity builder method. |
Twig_Tests_Node_Expression_FilterTest::testCompile |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/FilterTest.php |
@covers Twig_Node_Expression_Filter::compile
@dataProvider getTests |
SerializationTestNormalizer::supportsNormalization |
function |
drupal/core/modules/serialization/tests/serialization_test/lib/Drupal/serialization_test/SerializationTestNormalizer.php |
Checks whether format is supported by this normalizer. |
PHPUnit_Framework_TestCase::$expectedExceptionCode |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
The code of the expected Exception. |
DatabaseStorageExpirable::setWithExpireIfNotExists |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface::setWithExpireIfNotExists(). |
PHPUnit_Framework_Comparator_Numeric::assertEquals |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Comparator/Numeric.php |
Asserts that two values are equal. |
UserPermissionsTest::testUserRoleChangePermissions |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserPermissionsTest.php |
Verify proper permission changes by user_role_change_permissions(). |
AbstractProcessTest::chainedCommandsOutputProvider |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/AbstractProcessTest.php |
|
ViewStorageController::mergeDefaultDisplaysOptions |
function |
drupal/core/modules/views/lib/Drupal/views/ViewStorageController.php |
Add defaults to the display options. |
ExceptionInAssertPostConditionsTest::testSomething |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInAssertPostConditionsTest.php |
|
Framework_ConstraintTest::testConstraintFileExists |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_FileExists
@covers PHPUnit_Framework_Assert::fileExists
@covers PHPUnit_Framework_Constraint::count
@covers PHPUnit_Framework_TestFailure::exceptionToString |
DrupalUnitTestBaseTest::testEnableModulesFixedList |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php |
Tests that the module list is retained after enabling/installing/disabling modules. |
AbstractProcessTest::testGetIncrementalErrorOutput |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/AbstractProcessTest.php |
|
Framework_ConstraintTest::testConstraintGreaterThan |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_GreaterThan
@covers PHPUnit_Framework_Assert::greaterThan
@covers PHPUnit_Framework_Constraint::count
@covers PHPUnit_Framework_TestFailure::exceptionToString |
PHPUnit_Framework_TestFailure::getExceptionAsString |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestFailure.php |
Returns a description for the thrown exception. |
PHPUnit_Framework_Comparator_DOMDocument::domToText |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Comparator/DOMDocument.php |
Returns the normalized, whitespace-cleaned, and indented textual
representation of a DOMDocument. |
Framework_AssertTest::testXmlStringNotEqualsXmlFile |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertXmlStringNotEqualsXmlFile |
CacheWarmerAggregateTest::testInjectWarmersUsingAdd |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerAggregateTest.php |
|
Twig_Tests_Node_Expression_AssignNameTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/AssignNameTest.php |
|
ConstraintViolationListTest::testInitWithViolations |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintViolationListTest.php |
|
MetadataGeneratorTest::testEditorWithCustomMetadata |
function |
drupal/core/modules/edit/lib/Drupal/edit/Tests/MetadataGeneratorTest.php |
|
DumperTest::testObjectSupportDisabledWithExceptions |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/DumperTest.php |
@expectedException \Symfony\Component\Yaml\Exception\DumpException |
NativeFileSessionHandlerTest::testConstructSavePath |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeFileSessionHandlerTest.php |
@dataProvider savePathDataProvider |
Framework_AssertTest::testAssertStringEqualsNumeric |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertEquals |
Framework_ConstraintTest::testConstraintIsNotEqual2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_IsEqual
@covers PHPUnit_Framework_Constraint_Not
@covers PHPUnit_Framework_Assert::equalTo
@covers PHPUnit_Framework_Assert::logicalNot
@covers PHPUnit_Framework_TestFailure::exceptionToString |
AbstractProcessTest::testProcessIsSignaledIfStopped |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/AbstractProcessTest.php |
|
Framework_ConstraintTest::testConstraintIsIdentical |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_IsIdentical
@covers PHPUnit_Framework_Assert::identicalTo
@covers PHPUnit_Framework_Constraint::count
@covers PHPUnit_Framework_TestFailure::exceptionToString |
ValidatorBuilderInterface::disableAnnotationMapping |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ValidatorBuilderInterface.php |
Disables annotation based constraint mapping. |
BareMinimalUpgradePathTest::testBasicMinimalUpgrade |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalUpgradePathTest.php |
Tests a successful major version release upgrade. |
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_Tests_Node_Expression_TestTest::getEnvironment |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/TestTest.php |
|
PHPUnit_Framework_Constraint_Attribute::__construct |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Attribute.php |
|
EntityTranslationTest::assertMultilingualProperties |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php |
Executes the multilingual property tests for the given entity type. |
ContainerBuilderTest::testCreateServiceConfigurator |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
@covers Symfony\Component\DependencyInjection\ContainerBuilder::createService |
LanguageUrlRewritingTest::testUrlRewritingEdgeCases |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUrlRewritingTest.php |
Check that non-installed languages are not considered. |