PHPUnit_Framework_Comparator_Double::assertEquals |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Comparator/Double.php |
Asserts that two values are equal. |
EntityStorageControllerInterface::loadByProperties |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Load entities by their property values. |
NodeAccessFieldTest::testNodeAccessAdministerField |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessFieldTest.php |
Tests administering fields when node access is restricted. |
UserPictureUpgradePathTest::testUserPictureUpgrade |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserPictureUpgradePathTest.php |
Tests expected user picture conversions after a successful upgrade. |
views.view.test_view_argument_validate_numeric.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view_argument_validate_numeric.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_view_argument_validate_numeric.yml |
UserValidateCurrentPassCustomFormTest::$accessUser |
property |
drupal/core/modules/user/lib/Drupal/user/Tests/UserValidateCurrentPassCustomFormTest.php |
User with permission to view content. |
NotEqualToValidatorTest::provideInvalidComparisons |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/NotEqualToValidatorTest.php |
|
ConstraintViolationInterface::getMessageParameters |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationInterface.php |
Returns the parameters to be inserted into the raw violation message. |
Twig_Tests_Node_Expression_ParentTest::testCompile |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/ParentTest.php |
@covers Twig_Node_Expression_Parent::compile
@dataProvider getTests |
FieldUpgradePathTest::testEntityFormDisplayUpgrade |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FieldUpgradePathTest.php |
Tests upgrade of entity form displays. |
PHPUnit_Framework_MockObject_Matcher_AnyParameters |
class |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/AnyParameters.php |
Invocation matcher which allos any parameters to a method. |
UserEditedOwnAccountTest::testUserEditedOwnAccount |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserEditedOwnAccountTest.php |
|
UnpublishByKeywordComment::getDefaultConfiguration |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Action/UnpublishByKeywordComment.php |
Returns default configuration for this action. |
Framework_ConstraintTest::testConstraintIsAnything |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_IsAnything
@covers PHPUnit_Framework_Assert::anything
@covers PHPUnit_Framework_Constraint::count
@covers PHPUnit_Framework_TestFailure::exceptionToString |
LocaleConfigTranslationTest::testConfigTranslation |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleConfigTranslationTest.php |
Tests basic configuration translation. |
PHPUnit_Extensions_RepeatedTest::$processIsolation |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Extensions/RepeatedTest.php |
|
PHPUnit_Util_TestDox_ResultPrinter::addSkippedTest |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/TestDox/ResultPrinter.php |
Skipped test. |
RequestTest::testGetContentWorksTwiceInDefaultMode |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
|
PHPUnit_Framework_TestCase::$outputBufferingActive |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
|
PHPUnit_Util_TestDox_ResultPrinter::startTestSuite |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/TestDox/ResultPrinter.php |
A testsuite started. |
Framework_ConstraintTest::testConstraintIsNotEqual |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_IsEqual
@covers PHPUnit_Framework_Constraint_Not
@covers PHPUnit_Framework_Assert::equalTo
@covers PHPUnit_Framework_Assert::logicalNot
@covers PHPUnit_Framework_TestFailure::exceptionToString |
NativeFileSessionHandlerTest::savePathDataProvider |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeFileSessionHandlerTest.php |
|
CascadingStylesheetsTest::testRenderInlineFullPage |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php |
Tests rendering inline stylesheets through a full page request. |
CallbackValidatorTest::testCallbackMultipleMethods |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CallbackValidatorTest.php |
|
NativeFileSessionHandlerTest::testConstructDefault |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeFileSessionHandlerTest.php |
|
PHPUnit_Framework_Constraint_IsType::TYPE_RESOURCE |
constant |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsType.php |
|
ValidatorBuilderInterface::enableAnnotationMapping |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ValidatorBuilderInterface.php |
Enables annotation based constraint mapping. |
Framework_AssertTest::testAssertObjectHasAttribute |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertObjectHasAttribute |
PHPUnit_Framework_Constraint_IsType::TYPE_CALLABLE |
constant |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsType.php |
|
Framework_ConstraintTest::testConstraintIsNotType2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_IsType
@covers PHPUnit_Framework_Constraint_Not
@covers PHPUnit_Framework_Assert::isType
@covers PHPUnit_Framework_Assert::logicalNot
@covers PHPUnit_Framework_TestFailure::exceptionToString |
EntityTranslationTest::assertEntityLanguageMethods |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php |
Executes the entity language method tests for the given entity type. |
ContainerBuilderTest::testCreateServiceMethodCalls |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
@covers Symfony\Component\DependencyInjection\ContainerBuilder::createService |
FormTest::testFieldFormMultivalueWithRequiredRadio |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php |
Tests widget handling of multiple required radios. |
Framework_ConstraintTest::testConstraintIsNotNull2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_IsNull
@covers PHPUnit_Framework_Constraint_Not
@covers PHPUnit_Framework_Assert::isNull
@covers PHPUnit_Framework_Assert::logicalNot
@covers PHPUnit_Framework_TestFailure::exceptionToString |
PHPUnit_Framework_Constraint_SameSize::__construct |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/SameSize.php |
|
UrlGeneratorTest::testAbsoluteSecureUrlWithPort443 |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
ArgumentValidateTest::testArgumentValidateUserName |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/Views/ArgumentValidateTest.php |
|
UrlGeneratorTest::testRelativeUrlWithoutParameters |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
FieldSqlStorageTest::testUpdateFieldSchemaWithData |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Test trying to update a field with data. |
UrlGeneratorTest::testRelativeUrlWithNullParameter |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
HttpCacheTest::testServesFromCacheWhenHeadersMatch |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
OutputTestCase::testExpectOutputStringFooActualFoo |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/OutputTestCase.php |
|
OutputTestCase::testExpectOutputStringFooActualBar |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/OutputTestCase.php |
|
LocaleListenerTest::testLocaleFromRequestAttribute |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/LocaleListenerTest.php |
|
NativeSessionStorageTest::testRegisterBagException |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
@expectedException \InvalidArgumentException |
Framework_AssertTest::testAttributeLessThanOrEqual |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertAttributeLessThanOrEqual |
LocaleListenerTest::testLocaleSetForRoutingContext |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/LocaleListenerTest.php |
|
PHPUnit_Framework_Constraint_ArrayHasKey::toString |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/ArrayHasKey.php |
Returns a string representation of the constraint. |
ConstraintViolationTest::testToStringHandlesArrays |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintViolationTest.php |
|
PHPUnit_Framework_TestCase::setPreserveGlobalState |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
@since Method available since Release 3.4.0 |