SearchCommentCountToggleTest.php |
file |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentCountToggleTest.php |
Definition of Drupal\search\Tests\SearchCommentCountToggleTest. |
ConfigEntityQueryTest::testCount |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/ConfigEntityQueryTest.php |
Tests count query. |
PHPUnit_Framework_Assert::$count |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
|
CountryValidatorTest::$validator |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountryValidatorTest.php |
|
Twig_Tests_LexerTest::countToken |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/LexerTest.php |
|
PhpassHashedPassword::$countLog2 |
property |
drupal/core/lib/Drupal/Core/Password/PhpassHashedPassword.php |
Specifies the number of times the hashing function will be applied when
generating new password hashes. The number of times is calculated by
raising 2 to the power of the given value. |
MemoryCounterBackend::getCounter |
function |
drupal/core/lib/Drupal/Core/Cache/MemoryCounterBackend.php |
Returns the call counter for the get, set and delete methods. |
LoggerDataCollector::countErrors |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php |
Gets the called events. |
UserEditedOwnAccountTest::getInfo |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserEditedOwnAccountTest.php |
|
PHPUnit_Framework_TestCase::count |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
Counts the number of test cases executed by run(TestResult result). |
SelectComplexTest::testCountQuery |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php |
Tests that we can generate a count query from a built query. |
DebugLoggerInterface::countErrors |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php |
Returns the number of errors. |
SelectTest::testInvalidSelectCount |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php |
Tests that an invalid merge query throws an exception. |
PagerPluginBase::executeCountQuery |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php |
Execute the count query, which will be done just prior to the query
itself being executed. |
ConnectionUnitTest::$originalCount |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
|
PHPUnit_Framework_TestSuite::count |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php |
Counts the number of test cases that will be run by this test. |
BankAccountWithCustomExtensionTest |
class |
drupal/core/vendor/phpunit/phpunit/Tests/_files/BankAccountTest.test.php |
Tests for the BankAccount class. |
PHPUnit_Framework_Constraint_Count |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Count.php |
@package PHPUnit
@subpackage Framework_Constraint
@author Sebastian Bergmann <sebastian@phpunit.de>
@author Bernhard Schussek <bschussek@2bepublished.at>
@copyright 2001-2013 Sebastian Bergmann… |
SearchEmbedFormTest::$submit_count |
property |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchEmbedFormTest.php |
Count of how many times the form has been submitted. |
StatementPrefetch::$resultRowCount |
property |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
The number of rows in this result set. |
PagerSelectExtender::setCountQuery |
function |
drupal/core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php |
Specify the count query object to use for this pager. |
PagerSelectExtender::getCountQuery |
function |
drupal/core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php |
Retrieve the count query for this pager. |
PhpassHashedPassword::getCountLog2 |
function |
drupal/core/lib/Drupal/Core/Password/PhpassHashedPassword.php |
Parse the log2 iteration count from a stored hash or setting string. |
TemporaryQueryTest::countTableRows |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/TemporaryQueryTest.php |
Returns the number of rows of a table. |
PHPUnit_Framework_Assert::getCount |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Return the current assertion count. |
AccountFormController::buildEntity |
function |
drupal/core/modules/user/lib/Drupal/user/AccountFormController.php |
Implements \Drupal\Core\Entity\EntityFormControllerInterface::buildEntity(). |
ImageStyleFlushTest::getImageCount |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageStyleFlushTest.php |
Count the number of images currently created for a style in a wrapper. |
MemoryCounterBackend::resetCounter |
function |
drupal/core/lib/Drupal/Core/Cache/MemoryCounterBackend.php |
Resets the call counter. |
QueryGroupByTest::testGroupByCount |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php |
|
views.view.test_group_by_count.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_group_by_count.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_group_by_count.yml |
views.view.test_aggregate_count.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_aggregate_count.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_aggregate_count.yml |
AccountSettingsForm::$moduleHandler |
property |
drupal/core/modules/user/lib/Drupal/user/AccountSettingsForm.php |
The module handler. |
CountValidatorTest::testNullIsValid |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountValidatorTest.php |
|
CountValidatorTest::getFourElements |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountValidatorTest.php |
|
ViewsDataTest::assertCountIncrement |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewsDataTest.php |
Asserts that the count for hook_views_data either equal or has increased. |
PHPUnit_Framework_TestResult::count |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php |
Gets the number of run tests. |
SearchCommentCountToggleTest::setUp |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentCountToggleTest.php |
Sets up a Drupal site for running functional and integration tests. |
PHPUnit_Framework_Constraint::count |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint.php |
Counts the number of constraint elements. |
ImageAdminStylesTest::getImageCount |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php |
Count the number of images currently create for a style. |
StringDatabaseStorage::countStrings |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Implements Drupal\locale\StringStorageInterface::countStrings(). |
AccountInterface::getSecureSessionId |
function |
drupal/core/lib/Drupal/Core/Session/AccountInterface.php |
Returns the secure session ID. |
ViewsDataTest::$memoryCounterBackend |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewsDataTest.php |
The memory backend to use for the test. |
CountValidatorTest::createCollection |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountValidatorTest.php |
|
HandlerFilterUserNameTest::$accounts |
property |
drupal/core/modules/user/lib/Drupal/user/Tests/Views/HandlerFilterUserNameTest.php |
Accounts used by this test. |
PhpassHashedPassword::MIN_HASH_COUNT |
constant |
drupal/core/lib/Drupal/Core/Password/PhpassHashedPassword.php |
The minimum allowed log2 number of iterations for password stretching. |
PhpassHashedPassword::MAX_HASH_COUNT |
constant |
drupal/core/lib/Drupal/Core/Password/PhpassHashedPassword.php |
The maximum allowed log2 number of iterations for password stretching. |
PHPUnit_Framework_Assert::resetCount |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Reset the assertion counter. |
StringStorageInterface::countStrings |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Counts source strings. |
QueryGroupByTest::testAggregateCount |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php |
Tests aggregate count feature. |
CountValidatorTest::testDefaultOption |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountValidatorTest.php |
|