RegexValidatorTest::testInvalidValues |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/RegexValidatorTest.php |
@dataProvider getInvalidValues |
LuhnValidatorTest::testInvalidNumbers |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LuhnValidatorTest.php |
@dataProvider getInvalidNumbers |
ClassMetadata::$groupSequenceProvider |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadata.php |
|
_image_field_required_fields_validate |
function |
drupal/core/modules/image/image.field.inc |
Validate callback for alt and title field, if the user wants them required. |
UrlValidator::stripDangerousProtocols |
function |
drupal/core/lib/Drupal/Component/Utility/UrlValidator.php |
Strips dangerous protocols (e.g. 'javascript:') from a URI. |
EntityValidationTest::checkValidation |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityValidationTest.php |
Executes the validation test set for a defined entity type. |
RouteProviderTest::testExactPathMatch |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php |
Confirms that we can find routes with the exact incoming path. |
RouteCompilerTest::provideCompileData |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCompilerTest.php |
|
NotNullValidatorTest::testValidValues |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/NotNullValidatorTest.php |
@dataProvider getValidValues |
CountryValidatorTest::testNullIsValid |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountryValidatorTest.php |
|
OptionsWidgetBase::OPTIONS_EMPTY_NONE |
constant |
drupal/core/modules/options/lib/Drupal/options/Plugin/field/widget/OptionsWidgetBase.php |
Identifies a 'None' option. |
DebugClassLoaderTest::testIdempotence |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/DebugClassLoaderTest.php |
|
TestFieldWidgetMultiple::settingsForm |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/widget/TestFieldWidgetMultiple.php |
Implements Drupal\field\Plugin\Type\Widget\WidgetInterface::settingsForm(). |
OptionsWidgetBase::getSelectedOptions |
function |
drupal/core/modules/options/lib/Drupal/options/Plugin/field/widget/OptionsWidgetBase.php |
Determines selected options from the incoming field values. |
TestFieldWidgetMultiple::errorElement |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/widget/TestFieldWidgetMultiple.php |
Implements Drupal\field\Plugin\Type\Widget\WidgetInterface::errorElement(). |
MapArrayTest::providerCopyValuesToKey |
function |
drupal/core/tests/Drupal/Tests/Component/Utility/MapArrayTest.php |
Data provider for MapArray::copyValuesToKey(). |
ImageValidatorTest::testWidthTooSmall |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/ImageValidatorTest.php |
|
UrlValidatorTest::testInvalidAbsolute |
function |
drupal/core/tests/Drupal/Tests/Core/Common/UrlValidatorTest.php |
Tests invalid absolute URLs. |
UrlValidatorTest::testInvalidRelative |
function |
drupal/core/tests/Drupal/Tests/Core/Common/UrlValidatorTest.php |
Tests invalid relative URLs. |
ConfigLocaleOverrideWebTest::$modules |
property |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigLocaleOverrideWebTest.php |
|
AbstractComparisonValidator::validate |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/AbstractComparisonValidator.php |
Checks if the passed value is valid. |
ClassWithValidAnnotationTarget::$name |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithValidAnnotationTarget.php |
Plugin annotation
@AnnotationTargetAll("Some data",name="Some name") |
NotBlankValidatorTest::getValidValues |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/NotBlankValidatorTest.php |
|
InvalidAnnotationUsageButIgnoredClass |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/InvalidAnnotationUsageButIgnoredClass.php |
@NoAnnotation |
TypeValidatorTest::tearDownAfterClass |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/TypeValidatorTest.php |
|
PHPUnit_Util_TestSuiteIterator::valid |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/TestSuiteIterator.php |
Checks if there is a current element after calls to rewind() or next(). |
DynamicRouterTest::testInvalidMatcher |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
@expectedException \InvalidArgumentException |
BlankValidatorTest::testInvalidValues |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/BlankValidatorTest.php |
@dataProvider getInvalidValues |
RangeValidatorTest::getMoreThanTwenty |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/RangeValidatorTest.php |
|
PHPUnit_Framework_Assert::identicalTo |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Returns a PHPUnit_Framework_Constraint_IsIdentical matcher object. |
ProviderBasedGeneratorTest::$provider |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ProviderBasedGeneratorTest.php |
|
BinaryFileResponseTest::provideRanges |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/BinaryFileResponseTest.php |
|
ContactSitewideTest::deleteCategories |
function |
drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php |
Deletes all categories. |
EmailValidatorTest::testInvalidEmails |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/EmailValidatorTest.php |
@dataProvider getInvalidEmails |
Framework_AssertTest::notSameProvider |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
|
ContainerTest::getInvalidParentScopes |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
|
DisplayPluginBase::isIdentifierUnique |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Check if the provided identifier is unique. |
UserValidateCurrentPassCustomFormTest |
class |
drupal/core/modules/user/lib/Drupal/user/Tests/UserValidateCurrentPassCustomFormTest.php |
Tests user_validate_current_pass on a custom form. |
NotIdenticalToValidator::compareValues |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/NotIdenticalToValidator.php |
@inheritDoc |
LanguageValidatorTest::testNullIsValid |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LanguageValidatorTest.php |
|
CallbackValidatorTest::testNullIsValid |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CallbackValidatorTest.php |
|
MockArraySessionStorageTest::testGetId |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockArraySessionStorageTest.php |
|
OptionsDynamicValuesValidationTest.php |
file |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsDynamicValuesValidationTest.php |
Definition of Drupal\options\Tests\OptionsDynamicValuesValidationTest. |
FormTestControllerObject::validateForm |
function |
drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/FormTestControllerObject.php |
Implements \Drupal\Core\Form\FormInterface::validateForm(). |
HandlerArgumentUserUidTest::$testViews |
property |
drupal/core/modules/user/lib/Drupal/user/Tests/Views/HandlerArgumentUserUidTest.php |
Views used by this test. |
RouterListenerTest::testInvalidMatcher |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php |
@expectedException \InvalidArgumentException |
AbstractProcessTest::pipesCodeProvider |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/AbstractProcessTest.php |
|
FileValidatorTest::testInvalidMimeType |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/FileValidatorTest.php |
|
Twig_TokenParser_Embed::decideBlockEnd |
function |
drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Embed.php |
|
GroupSequenceProviderEntity::$lastName |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/GroupSequenceProviderEntity.php |
|