OptionsFieldUITest::testOptionsAllowedValuesFloat |
function |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php |
Options (float) : test 'allowed values' input. |
FormTest::testFieldFormMultivalueWithRequiredRadio |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php |
Tests widget handling of multiple required radios. |
UrlGeneratorTest::testWithAnIntegerAsADefaultValue |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
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(). |
options_field_settings_form_validate_allowed_values |
function |
drupal/core/modules/options/options.module |
Element validate callback; check that the entered values are valid. |
OptionsFieldUITest::testOptionsAllowedValuesInteger |
function |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php |
Options (integer) : test 'allowed values' input. |
OptionsFieldUITest::testOptionsAllowedValuesBoolean |
function |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php |
Options (boolean) : test 'On/Off' values input. |
UserRegistrationTest::testRegistrationDefaultValues |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserRegistrationTest.php |
|
Framework_MockObjectTest::testStubbedReturnValueMap |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
RouterTest::testControllerPlaceholdersDefaultValues |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterTest.php |
Confirms that default placeholders in paths work correctly. |
EntityTranslationSyncUnitTest::$unchangedFieldValues |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncUnitTest.php |
The unchanged field values. |
GenericCacheBackendUnitTestBase::testValueTypeIsKept |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php |
Tests data type preservation. |
form_test_form_rebuild_preserve_values_form_add_more |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Button submit handler for form_test_form_rebuild_preserve_values_form(). |
OptionsSelectDynamicValuesTest::testSelectListDynamic |
function |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsSelectDynamicValuesTest.php |
Tests the 'options_select' widget (single select). |
KeyValueStoreExpirableInterface::setMultipleWithExpire |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php |
Saves an array of values with a time to live. |
FieldAttachOtherTest::testFieldAttachExtractFormValues |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php |
Test field_attach_extract_form_values(). |
form_test_form_state_values_clean_advanced_form_submit |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Form submission handler for form_test_form_state_values_clean_advanced_form(). |
EntityTranslationSyncUnitTest::testMultipleSyncedValues |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncUnitTest.php |
Tests that items holding the same values are correctly synchronized. |
Twig_Tests_CompilerTest::testReprNumericValueWithLocale |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/CompilerTest.php |
|
options_field_settings_form_value_boolean_allowed_values |
function |
drupal/core/modules/options/options.module |
Form element #value_callback: assembles the allowed values for 'boolean' fields. |
PHPUnit_Framework_MockObject_Stub_ReturnValueMap::invoke |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/ReturnValueMap.php |
Fakes the processing of the invocation $invocation by returning a
specific value. |
PHPUnit_Framework_Constraint_TraversableContains::$value |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/TraversableContains.php |
|
GetterMetadataTest::testGetPropertyValueFromPublicGetter |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/GetterMetadataTest.php |
|
KeyValueStoreExpirableInterface::setWithExpireIfNotExists |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php |
Sets a value for a given key with a time to live if it does not yet exist. |
ExecutionContextTest::testAddViolationUsesPassedNullValue |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ExecutionContextTest.php |
|
AnnotationWithRequiredAttributesWithoutContructor::$value |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithRequiredAttributesWithoutContructor.php |
@Required |
DocParserTest::testDefaultAnnotationValueIsNotOverwritten |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
ExtensionTest::testIsConfigEnabledReturnsTheResolvedValue |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Extension/ExtensionTest.php |
@dataProvider getResolvedEnabledFixtures |
ConstraintTest::testAllowsSettingZeroRequiredPropertyValue |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintTest.php |
|
PHPUnit_Framework_MockObject_Stub_ReturnValueMap::toString |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/ReturnValueMap.php |
Returns a string representation of the object. |
PHPUnit_Framework_MockObject_Stub_ConsecutiveCalls::$value |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/ConsecutiveCalls.php |
|
DocParserTest::testWithoutConstructorWhenIsNotDefaultValue |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage The annotation @SomeAnnotationClassNameWithoutConstructorAndProperties declared on does not accept any values, but got {"value":"Foo"}. |
ExecutionContextTest::testAddViolationAtUsesPassedNullValue |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ExecutionContextTest.php |
|
PHPUnit_Framework_MockObject_Stub_ReturnValueMap::$valueMap |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/ReturnValueMap.php |
|
RouterTest::testControllerPlaceholdersDefaultValuesProvided |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterTest.php |
Confirms that default placeholders in paths work correctly. |
OptionsDynamicValuesValidationTest::testDynamicAllowedValues |
function |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsDynamicValuesValidationTest.php |
Test that allowed values function gets the entity. |
PHPUnit_Framework_MockObject_Stub_ReturnValueMap::__construct |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/ReturnValueMap.php |
|
PropertyMetadataTest::testGetPropertyValueFromPrivateProperty |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/PropertyMetadataTest.php |
|
StateValuesCleanAdvancedTest::testFormStateValuesCleanAdvanced |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/StateValuesCleanAdvancedTest.php |
Tests form_state_values_clean(). |
AbstractComparisonValidatorTestCase::testValidComparisonToValue |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/AbstractComparisonValidatorTestCase.php |
@dataProvider provideValidComparisons |
Framework_MockObjectTest::testStubbedReturnValueForStaticMethod |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
Framework_MockObjectTest::testStubbedReturnValueForStaticMethod2 |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
AbstractComparisonValidatorTestCase::testInvalidComparisonToValue |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/AbstractComparisonValidatorTestCase.php |
@dataProvider provideInvalidComparisons |
SearchMultilingualEntityTest::testSearchingMultilingualFieldValues |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchMultilingualEntityTest.php |
Tests searching nodes with multiple languages. |
GetterMetadataTest::testGetPropertyValueFromOverriddenPublicGetter |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/GetterMetadataTest.php |
|
Framework_AssertTest::testAssertArrayHasKeyAcceptsArrayAccessValue |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertArrayHasKey |
FieldAttachStorageTest::testFieldAttachSaveMissingDataDefaultValue |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
Test insert with missing or NULL fields, with default value. |
ValidatorTest::testValidatePropertyValueFailsIfPropertiesNotSupported |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidatorTest.php |
@expectedException \Symfony\Component\Validator\Exception\ValidatorException |
UrlGeneratorTest::testUrlWithInvalidParameterEqualsDefaultValueInHost |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
@expectedException \Symfony\Component\Routing\Exception\InvalidParameterException |
Framework_AssertTest::testAssertArrayNotHasKeyAcceptsArrayAccessValue |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertArrayNotHasKey |