PHPUnit_Framework_TestListener::addSkippedTest |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestListener.php |
Skipped test. |
PHPUnit_Util_TestDox_ResultPrinter::startClass |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/TestDox/ResultPrinter.php |
Handler for 'start class' event. |
ExceptionInTearDownTest::$assertPostConditions |
property |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInTearDownTest.php |
|
PHPUnit_Framework_TestListener::startTestSuite |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestListener.php |
A test suite started. |
AbstractProcessTest::testRunProcessWithTimeout |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/AbstractProcessTest.php |
|
UnsupportedMediaTypeHttpException::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/UnsupportedMediaTypeHttpException.php |
Constructor. |
PHPUnit_Framework_TestCase::expectOutputString |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
@since Method available since Release 3.6.0 |
MenuLinkStorageController::$preventReparenting |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Indicates whether the delete operation should re-parent children items. |
MockArraySessionStorageTest::testUnstartedSave |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockArraySessionStorageTest.php |
@expectedException RuntimeException |
StatisticsReportsTest::testPopularContentBlock |
function |
drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsReportsTest.php |
Tests the "popular content" block. |
Framework_ConstraintTest::testConstraintIsType |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_IsType
@covers PHPUnit_Framework_Assert::isType
@covers PHPUnit_Framework_Constraint::count
@covers PHPUnit_Framework_TestFailure::exceptionToString |
PHPUnit_Framework_TestCase::setUseErrorHandler |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
@since Method available since Release 3.4.0 |
EasyRdf_Serialiser_RdfXml::$outputtedResources |
property |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/RdfXml.php |
|
Framework_ConstraintTest::testConstraintIsNull |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_IsNull
@covers PHPUnit_Framework_Assert::isNull
@covers PHPUnit_Framework_Constraint::count
@covers PHPUnit_Framework_TestFailure::exceptionToString |
MemcachedSessionHandlerTest::getOptionFixtures |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php |
|
DatabaseStorageController::getFieldDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Implements \Drupal\Core\Entity\EntityStorageControllerInterface::getFieldDefinitions(). |
LocaleImportFunctionalTest::getOverwritePoFile |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php |
Helper function that returns a proper .po file for testing. |
ExpressionBuilderTest::testInvalidAndXArgument |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/ExpressionBuilderTest.php |
|
FileValidatorTest::testInvalidWildcardMimeType |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/FileValidatorTest.php |
|
DatabaseStorageController::getQueryServiceName |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Implements \Drupal\Core\Entity\EntityStorageControllerInterface::getQueryServiceName(). |
PHPUnit_Extensions_TestDecorator::createResult |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Extensions/TestDecorator.php |
Creates a default TestResult object. |
PHPUnit_Framework_MockObject_Invocation_Object |
class |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Invocation/Object.php |
Represents a non-static invocation. |
NullSessionStorageTest::testNothingIsPersisted |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NullSessionHandlerTest.php |
|
PHP_Token_ClassTest::testGetFunctionVisibility |
function |
drupal/core/vendor/phpunit/php-token-stream/Tests/Token/ClassTest.php |
@covers PHP_Token_FUNCTION::getVisibility |
ContainerBuilderTest::testfindTaggedServiceIds |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
@covers Symfony\Component\DependencyInjection\ContainerBuilder::findTaggedServiceIds |
DefaultViewRecentComments::$pageDisplayResults |
property |
drupal/core/modules/comment/lib/Drupal/comment/Tests/Views/DefaultViewRecentComments.php |
Number of results for the Page display. |
Framework_AssertTest::testAttributeGreaterThan |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertAttributeGreaterThan |
PHPUnit_Framework_MockObject_Invocation_Static |
class |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Invocation/Static.php |
Represents a static invocation. |
UrlGeneratorTest::testRelativeUrlWithParameter |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
PHPUnit_Util_Log_JUnit::$attachCurrentTestCase |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Log/JUnit.php |
|
PHPUnit_Framework_TestCase::setDependencyInput |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
Sets |
NodeTokenReplaceTest::testNodeTokenReplacement |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeTokenReplaceTest.php |
Creates a node, then tests the tokens generated from it. |
PHPUnit_Framework_Constraint_ArrayHasKey::$key |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/ArrayHasKey.php |
|
PHP_Token_IncludeTest::testGetIncludesCategory |
function |
drupal/core/vendor/phpunit/php-token-stream/Tests/Token/IncludeTest.php |
@covers PHP_Token_Includes::getName
@covers PHP_Token_Includes::getType |
ConnectionUnitTest::testOpenQueryPrefetchClose |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
Tests Database::closeConnection() with a query and custom prefetch method. |
LocaleContentTest::testNodeAdminLanguageFilter |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleContentTest.php |
Test filtering Node content by language. |
USER_REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL |
constant |
drupal/core/modules/user/user.module |
Visitors can create accounts, but they don't become active without
administrative approval. |
FilterPluginBase::buildExposedFiltersGroupForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php |
Build the form to let users create the group of exposed filters.
This form is displayed when users click on button 'Build group' |
MemcacheSessionHandlerTest::testDestroySession |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcacheSessionHandlerTest.php |
|
FieldInstanceStorageController::$moduleHandler |
property |
drupal/core/modules/field/lib/Drupal/field/FieldInstanceStorageController.php |
The module handler. |
ValidatorBuilderTest::testAddObjectInitializer |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidatorBuilderTest.php |
|
FieldInstanceStorageController::$entityManager |
property |
drupal/core/modules/field/lib/Drupal/field/FieldInstanceStorageController.php |
The entity manager. |
NativeSessionStorageTest::testSetSaveHandler53 |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
|
BlockLibrarySearchTest::testBlockLibrarySearch |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockLibrarySearchTest.php |
Test block library search. |
NativeSessionStorageTest::testSetSaveHandler54 |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
|
NativeSessionStorageTest::testStartedOutside53 |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
@expectedException \RuntimeException |
FieldInstanceStorageController::createInstance |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInstanceStorageController.php |
Instantiates a new instance of this entity controller. |
TraceableEventDispatcherTest::testGetListeners |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/TraceableEventDispatcherTest.php |
|
TraceableEventDispatcherTest::testHasListeners |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/TraceableEventDispatcherTest.php |
|
PHPUnit_Framework_MockObject_Builder_Namespace |
interface |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/Namespace.php |
Interface for builders which can register builders with a given identification. |