Twig_Tests_Node_Expression_Binary_SubTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/SubTest.php |
|
EntityListControllerInterface::getStorageController |
function |
drupal/core/lib/Drupal/Core/Entity/EntityListControllerInterface.php |
Gets the entity storage controller. |
Twig_Tests_Node_Expression_Binary_DivTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/DivTest.php |
|
EntityTranslationTestBase::getTranslatorPermissions |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationTestBase.php |
Returns an array of permissions needed for the translator. |
Twig_Tests_Node_Expression_Binary_AndTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/AndTest.php |
|
Twig_Tests_Node_Expression_Binary_MulTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/MulTest.php |
|
Twig_Tests_Node_Expression_Binary_AddTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/AddTest.php |
|
Twig_Tests_Node_Expression_Binary_ModTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/ModTest.php |
|
ContainerTest::testGetThrowServiceNotFoundException |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
|
Twig_Tests_Node_Expression_GetAttrTest::testCompile |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/GetAttrTest.php |
@covers Twig_Node_Expression_GetAttr::compile
@dataProvider getTests |
PHPUnit_Framework_SyntheticError::getSyntheticTrace |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/SyntheticError.php |
|
FieldAttachStorageTest::testFieldAttachLoadMultiple |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
Test the 'multiple' load feature. |
Twig_Tests_EnvironmentTest_NodeVisitor::getPriority |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/EnvironmentTest.php |
Returns the priority for this visitor. |
Twig_Tests_TemplateTest::testGetAttributeExceptions |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/TemplateTest.php |
@dataProvider getAttributeExceptions |
ContentAwareGeneratorTest::testGetRouteDebugMessage |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
|
Twig_Tests_TemplateTest::getGetAttributeWithSandbox |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/TemplateTest.php |
|
LanguageNegotiationInfoTest::checkFixedLanguageTypes |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageNegotiationInfoTest.php |
Check that language negotiation for fixed types matches the stored one. |
Twig_Tests_Node_Expression_ConditionalTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/ConditionalTest.php |
|
LocaleImportFunctionalTest::getCustomOverwritePoFile |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php |
Helper function that returns a .po file for testing customized strings. |
LocaleImportFunctionalTest::getPoFileWithEmptyMsgstr |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php |
Helper function that returns a .po file with an empty last item. |
Twig_TemplatePropertyObjectAndArrayAccess::offsetGet |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/TemplateTest.php |
|
PHP_CodeCoverage_Report_Node::getTestedTraitsPercent |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node.php |
Returns the percentage of traits that has been tested. |
RouteProviderInterface::getRouteCollectionForRequest |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RouteProviderInterface.php |
Finds routes that may potentially match the request. |
PHP_CodeCoverage_Report_Node::getLineExecutedPercent |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node.php |
Returns the percentage of executed lines. |
PHP_CodeCoverage_Report_Node::getNumClassesAndTraits |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node.php |
Returns the number of classes and traits. |
TraceableEventDispatcherTest::testGetCalledListeners |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/TraceableEventDispatcherTest.php |
|
ValidationVisitorTest::testValidateGetterConstraints |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidationVisitorTest.php |
|
RuntimeReflectionServiceTest::testGetReflectionClass |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/RuntimeReflectionServiceTest.php |
|
EditIntegrationTest::testGetUntransformedTextCommand |
function |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditIntegrationTest.php |
Tests GetUntransformedTextCommand AJAX command. |
PHP_CodeCoverage_Report_HTML_Renderer::getColorLevel |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/HTML/Renderer.php |
|
ClassLoaderTest::getLoadClassNamespaceCollisionTests |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php |
|
GlobalExecutionContextInterface::getValidatorFactory |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/GlobalExecutionContextInterface.php |
Returns the factory for constraint validators. |
SimpletestHttpRequestSubscriber::getSubscribedEvents |
function |
drupal/core/lib/Drupal/Core/Http/Plugin/SimpletestHttpRequestSubscriber.php |
Returns an array of event names this subscriber wants to listen to. |
PHP_CodeCoverage_TestCase::getCoverageForBankAccount |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/TestCase.php |
|
PHPUnit_Util_Configuration::getListenerConfiguration |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Configuration.php |
Returns the configuration for listeners. |
PHP_CodeCoverage_Report_Node_Directory::getFunctions |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/Directory.php |
Returns the functions of this node. |
PHP_CodeCoverage_Report_Node_Directory::getNumTraits |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/Directory.php |
Returns the number of traits. |
EventDispatcherTest::testGetListenersSortsByPriority |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php |
|
Framework_AssertTest::testAssertSelectCountRangeTrue |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertSelectCount |
AbstractProfilerStorageTest::testStoreDuplicateToken |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/AbstractProfilerStorageTest.php |
|
ProviderBasedGeneratorTest::testGetRouteDebugMessage |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ProviderBasedGeneratorTest.php |
|
InstallerLanguageTest::testInstallerTranslationFiles |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Installer/InstallerLanguageTest.php |
Tests that the installer can find translation files. |
EntityTranslationWorkflowsTest::getEditorPermissions |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationWorkflowsTest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationTestBase::getEditorPermissions(). |
SigchildEnabledProcessTest::testGetPidIsNullAfterRun |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildEnabledProcessTest.php |
@expectedException Symfony\Component\Process\Exception\RuntimeException |
FieldAttachStorageTest::testFieldStorageDetailsAlter |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
Test storage details alteration. |
RequestTest::testGetFormatFromMimeTypeWithParameters |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
@covers Symfony\Component\HttpFoundation\Request::getFormat |
Twig_Tests_TemplateTest::testGetAttributeWithSandbox |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/TemplateTest.php |
@dataProvider getGetAttributeWithSandbox |
FieldAttachStorageTest::testEntityCreateRenameBundle |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
Test entity_bundle_create() and entity_bundle_rename(). |
EntityStorageControllerInterface::getFieldDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Gets an array of entity field definitions. |
ConstraintViolationInterface::getMessagePluralization |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationInterface.php |
Returns a number for pluralizing the violation message. |