JsonResponseTest::testConstructorWithCustomStatus |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php |
|
PHPUnit_Framework_Constraint_IsIdentical::EPSILON |
constant |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsIdentical.php |
|
Twig_Tests_TokenStreamTest::testEndOfTemplateNext |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/TokenStreamTest.php |
@expectedException Twig_Error_Syntax
@expectedMessage Unexpected end of template |
Twig_Tests_TokenStreamTest::testEndOfTemplateLook |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/TokenStreamTest.php |
@expectedException Twig_Error_Syntax
@expectedMessage Unexpected end of template |
ProjectServiceContainer::getFactoryServiceService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9.php |
Gets the 'factory_service' service. |
Twig_Tests_NativeExtensionTest::testGetProperties |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/NativeExtensionTest.php |
|
JsonResponseTest::testStaticCreateEmptyJsonObject |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php |
|
MongoDbSessionHandlerTest::testReplaceSessionData |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php |
|
JsonResponseTest::testStaticCreateWithSimpleTypes |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php |
|
entity_crud_hook_test_taxonomy_vocabulary_presave |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_taxonomy_vocabulary_presave(). |
EntityTranslationFormTest::testEntityFormLanguage |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationFormTest.php |
Tests entity form language. |
CheckReferenceValidityPass::$currentScopeChildren |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php |
|
Framework_AssertTest::testClassHasPublicAttribute |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertClassHasAttribute |
ProjectServiceContainer::getFactoryServiceService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php |
Gets the 'factory_service' service. |
EntityTestStorageController::baseFieldDefinitions |
function |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestStorageController.php |
Defines the base properties of the entity type. |
CollectionValidatorTest::testWalkSingleConstraint |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorTest.php |
|
Twig_Tests_ParserTest::testFilterBodyNodesWithBOM |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ParserTest.php |
@expectedException Twig_Error_Syntax
@expectedExceptionMessage A template that extends another one cannot have a body but a byte order mark (BOM) has been detected; it must be removed at line 1. |
AnnotationWithRequiredAttributesWithoutContructor |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithRequiredAttributesWithoutContructor.php |
Plugin annotation
@Target("ALL"); |
PHPUnit_Util_Test::getPreserveGlobalStateSettings |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Test.php |
Returns the preserve global state settings for a test. |
OptionsFieldUITest::testOptionsAllowedValuesFloat |
function |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php |
Options (float) : test 'allowed values' input. |
StaticReflectionServiceTest::testGetParentClasses |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/StaticReflectionServiceTest.php |
|
Framework_ConstraintTest::testAttributeNotEqualTo |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Assert::attributeEqualTo
@covers PHPUnit_Framework_Assert::logicalNot
@covers PHPUnit_Framework_Constraint_Attribute
@covers PHPUnit_Framework_Constraint_Not
@covers PHPUnit_Framework_TestFailure::exceptionToString |
PHPUnit_Framework_TestResult::notImplementedCount |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php |
Gets the number of incomplete tests. |
MachineNameControllerTest::$machineNameController |
property |
drupal/core/modules/system/tests/Drupal/system/Tests/Transliteration/MachineNameControllerTest.php |
The machine name controller. |
HandlerFilterUserNameTest::testAdminUserInterface |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/Views/HandlerFilterUserNameTest.php |
Tests using the user interface. |
CollectionValidatorTest::testMissingFieldsAllowed |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorTest.php |
|
PHPUnit_Framework_Assert::assertAttributeContains |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Asserts that a haystack that is stored in a static attribute of a class
or an attribute of an object contains a needle. |
CollectionValidatorTest::testOptionalFieldPresent |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorTest.php |
|
SessionTestSubscriber::onKernelRequestSessionTest |
function |
drupal/core/modules/system/tests/modules/session_test/lib/Drupal/session_test/EventSubscriber/SessionTestSubscriber.php |
Set header for session testing. |
UserCancelTest::testUserWithoutEmailCancelByAdmin |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php |
Tests deletion of a user account without an e-mail address. |
RemoveRoleUserTest::testExecuteRemoveExistingRole |
function |
drupal/core/modules/user/tests/Drupal/user/Tests/Plugin/Action/RemoveRoleUserTest.php |
Tests the execute method on a user with a role. |
RequestMatcherTest::testPathWithEncodedCharacters |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php |
|
CollectionValidatorTest::testRequiredFieldPresent |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorTest.php |
|
ScopeCrossingInjectionException::$sourceServiceId |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ScopeCrossingInjectionException.php |
|
Extensions_RepeatedTestTest::testRepeatedNegative |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Extensions/RepeatedTestTest.php |
|
CommentActionsTest::testCommentUnpublishByKeyword |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentActionsTest.php |
Tests the unpublish comment by keyword action. |
AjaxCommandsUnitTest::testCloseModalDialogCommand |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php |
Tests that CloseModalDialogCommand objects can be constructed and rendered. |
PHPCS_Sniffs_Whitespace_ConcatenationSpacingSniff |
class |
drupal/core/vendor/phpunit/php-text-template/build/PHPCS/Sniffs/Whitespace/ConcatenationSpacingSniff.php |
|
Twig_Tests_FileCachingTest::testWritingCacheFiles |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/FileCachingTest.php |
|
AggregatorCategoryBlock::getDerivativeDefinitions |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Derivative/AggregatorCategoryBlock.php |
Implements \Drupal\Component\Plugin\Derivative\DerivativeInterface::getDerivativeDefinitions(). |
PHPUnit_Framework_Assert::assertAttributeNotCount |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Asserts the number of elements of an array, Countable or Iterator
that is stored in an attribute. |
DocParserTest::testAnnotationWithTargetEmptyError |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@expectedException \InvalidArgumentException
@expectedExceptionMessage @Target expects either a string value, or an array of strings, "NULL" given. |
ScopeCrossingInjectionException::getDestServiceId |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ScopeCrossingInjectionException.php |
|
ClassMapGeneratorTest::testCreateMapFinderSupport |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassMapGeneratorTest.php |
|
PHPCS_Sniffs_Whitespace_ConcatenationSpacingSniff |
class |
drupal/core/vendor/phpunit/php-file-iterator/build/PHPCS/Sniffs/Whitespace/ConcatenationSpacingSniff.php |
|
NamespaceCoverageClassExtendedTest::testSomething |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/NamespaceCoverageClassExtendedTest.php |
@covers Foo\CoveredClass<extended> |
ScopeWideningInjectionException::$sourceServiceId |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ScopeWideningInjectionException.php |
|
PHPCS_Sniffs_Whitespace_ConcatenationSpacingSniff |
class |
drupal/core/vendor/phpunit/php-timer/build/PHPCS/Sniffs/Whitespace/ConcatenationSpacingSniff.php |
|
PHPUnit_Framework_Assert::assertAttributeNotEmpty |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Asserts that a static attribute of a class or an attribute of an object
is not empty. |
Twig_Tests_ExpressionParserTest::getTestsForArray |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ExpressionParserTest.php |
|