PHP_CodeCoverage_Filter::hasWhitelist |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Filter.php |
Returns whether this filter has a whitelist. |
EntityFormController::getFormLangcode |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Implements \Drupal\Core\Entity\EntityFormControllerInterface::getFormLangcode(). |
PHP_CodeCoverage_Driver_Xdebug::start |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Driver/Xdebug.php |
Start collection of code coverage information. |
EntityTranslationFormTest::$langcodes |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationFormTest.php |
|
JsonResponseTest::testJsonEncodeFlags |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php |
|
ExceptionDataCollector::getStatusCode |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php |
Gets the status code. |
PHP_CodeCoverage_Report_HTML_Renderer |
class |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/HTML/Renderer.php |
Base class for PHP_CodeCoverage_Report_Node renderers. |
Issue244ExceptionIntCode::__construct |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Regression/GitHub/244/Issue244Test.php |
|
SearchPreprocessLangcodeTest::getInfo |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchPreprocessLangcodeTest.php |
|
PHP_CodeCoverage::getLinesToBeCovered |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage.php |
Returns the files and lines a test method wants to cover. |
PHP_CodeCoverageTest::testConstructor |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php |
@covers PHP_CodeCoverage::__construct
@covers PHP_CodeCoverage::filter |
EntityTranslationTestBase::$langcodes |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationTestBase.php |
The enabled languages. |
PHP_CodeCoverage_Report_Node_Iterator |
class |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/Iterator.php |
Recursive iterator for PHP_CodeCoverage_Report_Node object graphs. |
serializer.encoder.serialization_test |
service |
drupal/core/modules/serialization/tests/serialization_test/serialization_test.services.yml |
Drupal\serialization_test\SerializationTestEncoder |
PHP_CodeCoverage_Report_HTML::$charset |
property |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/HTML.php |
|
AbstractProcessTest::pipesCodeProvider |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/AbstractProcessTest.php |
|
_user_language_selector_langcode_value |
function |
drupal/core/modules/user/user.module |
Sets the value of the user register and profile forms' langcode element. |
PHP_CodeCoverage_UtilTest::testPercent |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverage/UtilTest.php |
@covers PHP_CodeCoverage_Util::percent |
SerializerTest::testSerializeNoEncoder |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/SerializerTest.php |
@expectedException \Symfony\Component\Serializer\Exception\UnexpectedValueException |
PHP_CodeCoverage_Report_Node_Directory |
class |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/Directory.php |
Represents a directory in the code coverage information tree. |
SearchPreprocessLangcodeTest::$modules |
property |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchPreprocessLangcodeTest.php |
Modules to enable. |
PHP_CodeCoverageTest::testConstructor2 |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php |
@covers PHP_CodeCoverage::__construct
@covers PHP_CodeCoverage::filter |
TranslationManager::setDefaultLangcode |
function |
drupal/core/lib/Drupal/Core/StringTranslation/TranslationManager.php |
Sets the default langcode. |
search_langcode_test_search_preprocess |
function |
drupal/core/modules/search/tests/modules/search_langcode_test/search_langcode_test.module |
Implements hook_search_preprocess(). |
PHP_CodeCoverage_Report_Clover::process |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Clover.php |
|
PHP_CodeCoverage_Report_HTML::copyFiles |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/HTML.php |
|
PHP_CodeCoverage_Report_Factory::create |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Factory.php |
|
RequestTest::testUrlencodedStringPrefix |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
@dataProvider urlencodedStringPrefixData |
RequestTest::urlencodedStringPrefixData |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
|
PHP_CodeCoverage_Report_Node::getParent |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node.php |
|
PHP_CodeCoverage_Report_Node::getTraits |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node.php |
Returns the traits of this node. |
PHP_CodeCoverage_FilterTest::testIsFile |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverage/FilterTest.php |
@covers PHP_CodeCoverage_Filter::isFile |
XmlEncoderTest::testDocTypeIsNotAllowed |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php |
@expectedException UnexpectedValueException
@expectedExceptionMessage Document types are not allowed. |
XmlEncoderTest::testEncodeCdataWrapping |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php |
|
PHP_CodeCoverage_Report_Node_File::crap |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/File.php |
Calculates the Change Risk Anti-Patterns (CRAP) index for a unit of code
based on its cyclomatic complexity and percentage of code coverage. |
Twig_Test_EscapingTest::codepointToUtf8 |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/escapingTest.php |
Convert a Unicode Codepoint to a literal UTF-8 character. |
BasePhpFormulaLoader::registerSetupCode |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/BasePhpFormulaLoader.php |
Returns setup code for the reflection scriptlet. |
PHP_CodeCoverage_Report_HTML::$generator |
property |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/HTML.php |
|
PHP_CodeCoverage_Report_HTML::$highlight |
property |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/HTML.php |
|
PHP_CodeCoverage_Report_Node::$pathArray |
property |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node.php |
|
PHP_CodeCoverage_Report_Node::getClasses |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node.php |
Returns the classes of this node. |
EntityFormController::updateFormLangcode |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Updates the form language to reflect any change to the entity language. |
SerializerTest::testDeserializeNoEncoder |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/SerializerTest.php |
@expectedException \Symfony\Component\Serializer\Exception\UnexpectedValueException |
PHP_CodeCoverage::$forceCoversAnnotation |
property |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage.php |
|
XmlEncoderTest::testEncodeRootAttributes |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php |
|
XmlEncoderTest::testDecodeRootAttributes |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php |
|
PHP_CodeCoverageTest::testSetCacheTokens |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php |
@covers PHP_CodeCoverage::setCacheTokens |
PHP_CodeCoverage_Report_Node_File::count |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/File.php |
Returns the number of files in/under this node. |
EasyRdf_Http_Response::decodeChunkedBody |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Response.php |
Decode a "chunked" transfer-encoded body and return the decoded text |
PHP_CodeCoverage_Report_Text::__construct |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Text.php |
|