Framework_ConstraintTest::testConstraintNotLessThan |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_LessThan
@covers PHPUnit_Framework_Constraint_Not
@covers PHPUnit_Framework_Assert::lessThan
@covers PHPUnit_Framework_Assert::logicalNot
@covers PHPUnit_Framework_TestFailure::exceptionToString |
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. |
EntityAccessTest::testEntityAccessDefaultController |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityAccessTest.php |
Ensures that the default controller is used as a fallback. |
HttpCacheTest::testInvalidatesCachedResponsesOnPost |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
CollectionValidatorArrayObjectTest::prepareTestData |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorArrayObjectTest.php |
|
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. |
LocaleListenerTest::testDefaultLocaleWithoutSession |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/LocaleListenerTest.php |
|
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_Constraint_Exception::__construct |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Exception.php |
|
TraceableEventDispatcherTest::testAddRemoveListener |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/TraceableEventDispatcherTest.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. |
EsiListenerTest::testFilterWhenThereIsNoEsiIncludes |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/EsiListenerTest.php |
|
Framework_AssertTest::testAssertPublicAttributeSame |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertAttributeSame |
SelectTableSortDefaultTest::testTableSortQueryFirst |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTableSortDefaultTest.php |
Confirms precedence of tablesorts headers. |
TraceableEventDispatcherTest::testStopwatchSections |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/TraceableEventDispatcherTest.php |
|
UpdateScriptTest::testSuccessfulUpdateFunctionality |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php |
Tests update.php after performing a successful update. |
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. |
RegisterListenersPassTest::testValidEventSubscriber |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DependencyInjection/RegisterListenersPassTest.php |
|
ContextualDynamicContextTest::renderContextualLinks |
function |
drupal/core/modules/contextual/lib/Drupal/contextual/Tests/ContextualDynamicContextTest.php |
Get server-rendered contextual links for the given contextual link ids. |
SymfonyFileLocatorTest::testFindMappingFileNotFound |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/SymfonyFileLocatorTest.php |
|
PHPUnit_Framework_MockObject_Stub_Exception::invoke |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/Exception.php |
Fakes the processing of the invocation $invocation by returning a
specific value. |
MemoryDataCollectorTest::getBytesConversionTestData |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/MemoryDataCollectorTest.php |
|
test_theme_preprocess_twig_theme_test_php_variables |
function |
drupal/core/modules/system/tests/themes/test_theme/test_theme.theme |
Implements THEME_preprocess_twig_theme_test_php_variables(). |
JsonResponseTest::testStaticCreateWithCustomHeaders |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php |
|
UrlGeneratorTest::testUrlWithInvalidParameterInHost |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
@expectedException \Symfony\Component\Routing\Exception\InvalidParameterException |
FileDriverTest::testGetAllClassNamesFromMappingFile |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/FileDriverTest.php |
|
PHPUnit_Framework_TestResult::$timeoutForSmallTests |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php |
|
UrlAlterFunctionalTest::testCurrentUrlRequestedPath |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Path/UrlAlterFunctionalTest.php |
Test current_path() and request_path(). |
PHPUnit_Framework_TestResult::$timeoutForLargeTests |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php |
|
DocParserTest::testNestedArraysWithNestedAnnotation |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.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. |
ModulesDisabledUpgradePathTest::testDisabledUpgrade |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ModulesDisabledUpgradePathTest.php |
Tests an upgrade with all non-required modules installed but disabled. |
ConstraintTest::testInvalidAndRequiredOptionsPassed |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintTest.php |
|
options_field_settings_form_validate_allowed_values |
function |
drupal/core/modules/options/options.module |
Element validate callback; check that the entered values are valid. |
Runner_BaseTestRunnerTest::testInvokeNonStaticSuite |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Runner/BaseTestRunnerTest.php |
|
FilterFormatAccessTest::testFormatWidgetPermissions |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterFormatAccessTest.php |
Tests editing a page using a disallowed text format. |
ConstraintTest::testSetDefaultPropertyDoctrineStyle |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintTest.php |
|
PHPUnit_Framework_MockObject_Stub_MatcherCollection |
interface |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/MatcherCollection.php |
Stubs a method by returning a user-defined value. |
OptionsFieldUITest::testOptionsAllowedValuesInteger |
function |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php |
Options (integer) : test 'allowed values' input. |
FilterStringTest::testFilterStringGroupedExposedNot |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterStringTest.php |
|
StaticReflectionServiceTest::testClassNamespaceName |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/StaticReflectionServiceTest.php |
|
OptionsFieldUITest::testOptionsAllowedValuesBoolean |
function |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php |
Options (boolean) : test 'On/Off' values input. |
StaticReflectionServiceTest::testGetReflectionClass |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/StaticReflectionServiceTest.php |
|
Framework_AssertTest::testObjectHasPrivateAttribute |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertObjectHasAttribute |
PHP_CodeCoverage_UtilTest::testGetLinesToBeIgnored2 |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverage/UtilTest.php |
@covers PHP_CodeCoverage_Util::getLinesToBeIgnored |