PHP_CodeCoverage_Report_Node_File::getIgnoredLines |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/File.php |
|
DerivativeDiscoveryDecorator::getDerivativeFetcher |
function |
drupal/core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php |
Finds a Drupal\Component\Plugin\Discovery\DerivativeInterface. |
PHP_CodeCoverage_Report_Node_File::getNumFunctions |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/File.php |
Returns the number of functions. |
Twig_Tests_Node_Expression_Binary_OrTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/OrTest.php |
|
EntityTranslationSyncImageTest::testImageFieldSync |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncImageTest.php |
Tests image field field synchronization. |
LocalePluralFormatTest::getPoFileWithComplexPlural |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocalePluralFormatTest.php |
Returns a .po file with a complex plural formula. |
LocalePluralFormatTest::getPoFileWithMissingPlural |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocalePluralFormatTest.php |
Returns a .po file with a missing plural formula. |
PHP_CodeCoverage_Report_Node_Iterator::getChildren |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/Iterator.php |
Returns the sub iterator for the current element. |
Twig_Tests_Node_Expression_Unary_PosTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/PosTest.php |
|
Twig_Tests_Node_Expression_Unary_NotTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/NotTest.php |
|
ReflectionProviderInterface::getReflectionProperty |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php |
Get the ReflectionClass equivalent for this class. |
Twig_Tests_Node_Expression_Unary_NegTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/NegTest.php |
|
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 |
|
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::testGetIncrementalErrorOutput |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/AbstractProcessTest.php |
|
PHPUnit_Framework_TestFailure::getExceptionAsString |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestFailure.php |
Returns a description for the thrown exception. |
Twig_Tests_Node_Expression_AssignNameTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/AssignNameTest.php |
|
Twig_Tests_Node_Expression_TestTest::getEnvironment |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/TestTest.php |
|
Twig_TemplatePropertyObjectAndIterator::getIterator |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/TemplateTest.php |
|
FieldSqlStorageTest::testFieldAttachInsertAndUpdate |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Reads mysql to verify correct data is
written when using insert and update. |
FieldSqlStorageTest::testFieldAttachSaveMissingData |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Tests insert and update with missing or NULL fields. |
FieldSqlStorageTest::testFieldUpdateIndexesWithData |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Test adding and removing indexes while data is present. |
FieldSqlStorageTest::testFieldSqlStorageForeignKeys |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Test foreign key support. |
StaticReflectionProperty::getStaticReflectionParser |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionProperty.php |
|
PHPUnit_Framework_TestCase::getMockForAbstractClass |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.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 |
PHP_CodeCoverage_Report_Node::getNumExecutableLines |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node.php |
Returns the number of executable lines. |
PHP_CodeCoverage_Report_Node::getNumTestedFunctions |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node.php |
Returns the number of tested functions. |
ProjectServiceContainer::getDependsOnRequestService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9.php |
Gets the 'depends_on_request' service. |
MemoryDataCollectorTest::getBytesConversionTestData |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/MemoryDataCollectorTest.php |
|
FileDriverTest::testGetAllClassNamesFromMappingFile |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/FileDriverTest.php |
|
PHPUnit_Framework_TestResult::$timeoutForLargeTests |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php |
|
ProjectServiceContainer::getDependsOnRequestService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php |
Gets the 'depends_on_request' service. |
FilterFormatAccessTest::testFormatWidgetPermissions |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterFormatAccessTest.php |
Tests editing a page using a disallowed text format. |
StaticReflectionServiceTest::testGetReflectionClass |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/StaticReflectionServiceTest.php |
|
PHP_CodeCoverage_UtilTest::testGetLinesToBeIgnored2 |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverage/UtilTest.php |
@covers PHP_CodeCoverage_Util::getLinesToBeIgnored |
ScopeCrossingInjectionException::getSourceServiceId |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ScopeCrossingInjectionException.php |
|
ScopeWideningInjectionException::getSourceServiceId |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ScopeWideningInjectionException.php |
|
ConfigGlobalOverrideSubscriber::getSubscribedEvents |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/ConfigGlobalOverrideSubscriber.php |
Implements EventSubscriberInterface::getSubscribedEvents(). |
GlobalExecutionContextInterface::getMetadataFactory |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/GlobalExecutionContextInterface.php |
Returns the factory for validation metadata objects. |
LengthValidatorTest::testConstraintGetDefaultOption |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LengthValidatorTest.php |
|
PHP_CodeCoverage_Report_Node_Directory::getIterator |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/Directory.php |
Returns an iterator for this node. |
BackendChainImplementationUnitTest::testGetMultiple |
function |
drupal/core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
Test the get multiple feature. |
Twig_Tests_Loader_FilesystemTest::testGetNamespaces |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Loader/FilesystemTest.php |
|
PHPUnit_Util_Configuration::getLoggingConfiguration |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Configuration.php |
Returns the logging configuration. |
GetSetMethodNormalizerTest::testUncallableCallbacks |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php |
@expectedException \InvalidArgumentException |
PHPUnit_Util_Configuration::getPHPUnitConfiguration |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Configuration.php |
Returns the PHPUnit configuration. |
AbstractReaderTest::testAnnotationsWithValidTargets |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
|