PHPUnit_Framework_TestResult::setTimeoutForLargeTests |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php |
Sets the timeout for large tests. |
Framework_AssertTest::testAssertTagStringContentFalse |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertTag
@expectedException PHPUnit_Framework_AssertionFailedError |
Framework_AssertTest::testAssertTagRegexpContentFalse |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertTag
@expectedException PHPUnit_Framework_AssertionFailedError |
RoutableFragmentRendererTest::testGenerateFragmentUri |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/RoutableFragmentRendererTest.php |
@dataProvider getGenerateFragmentUriData |
KernelTest::testIsClassInActiveBundleFalseNoNamespace |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
KernelTest::getKernelMockForIsClassInActiveBundleTest |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
PhpParserTest::testParseClassWhenClassIsNotNamespaced |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PhpParserTest.php |
|
Framework_AssertTest::testAssertTagChildrenCountFalse |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertTag
@expectedException PHPUnit_Framework_AssertionFailedError |
CountryValidatorTest::testExpectsStringCompatibleType |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountryValidatorTest.php |
@expectedException \Symfony\Component\Validator\Exception\UnexpectedTypeException |
ChoiceValidatorTest::testStrictDisallowsDifferentType |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php |
|
ChoiceValidatorTest::testNonStrictWithMultipleChoices |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php |
|
AllValidatorTest::testThrowsExceptionIfNotTraversable |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/AllValidatorTest.php |
@expectedException \Symfony\Component\Validator\Exception\UnexpectedTypeException |
PHPUnit_Util_Configuration::getTestSuiteConfiguration |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Configuration.php |
Returns the test suite configuration. |
KernelTest::testLocateResourceIgnoresDirOnNonResource |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
NamespaceCoverageCoversClassPublicTest::testSomething |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/NamespaceCoverageCoversClassPublicTest.php |
@covers ::publicMethod |
Framework_AssertTest::testAssertSelectNotPresentFalse |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertSelectCount
@expectedException PHPUnit_Framework_AssertionFailedError |
Framework_AssertTest::testAssertSelectCountChildFalse |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertSelectCount
@expectedException PHPUnit_Framework_AssertionFailedError |
Framework_MockObjectTest::testGetMockForAbstractClass |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
FileBagTest::testShouldConvertUploadedFilesWithPhpBug |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/FileBagTest.php |
|
PhpDumperTest::testDumpFrozenContainerWithNoParameter |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php |
|
AbstractReaderTest::testMultipleAnnotationsOnSameLine |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@group regression |
SigchildDisabledProcessTest::testProcessIsNotSignaled |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildDisabledProcessTest.php |
@expectedException \Symfony\Component\Process\Exception\RuntimeException |
HtmlToTextTest::testDrupalHtmlToTextBlockTagToNewline |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Mail/HtmlToTextTest.php |
Test that text separated by block-level tags in HTML get separated by
(at least) a newline in the plaintext version. |
TranslationTest::testLanguageSwitcherBlockIntegration |
function |
drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php |
Tests that the language switcher block alterations work as intended. |
SigchildDisabledProcessTest::testGetPidIsNullAfterRun |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildDisabledProcessTest.php |
@expectedException Symfony\Component\Process\Exception\RuntimeException |
Framework_AssertTest::testAssertSelectCountRangeFalse |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertSelectCount
@expectedException PHPUnit_Framework_AssertionFailedError |
form_test_limit_validation_errors_form_partial_submit |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Form submit handler for the partial validation submit button. |
HttpKernelTest::testHandleWhenTheControllerIsAClosure |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php |
|
PHP_CodeCoverage_Report_Node_File::getNumTestedTraits |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/File.php |
Returns the number of tested traits. |
Twig_Tests_Node_Expression_Binary_OrTest::testCompile |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/OrTest.php |
@covers Twig_Node_Expression_Binary_Or::compile
@covers Twig_Node_Expression_Binary_Or::operator
@dataProvider getTests |
PHP_CodeCoverageTest::testMethodParenthesesAreAllowed |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php |
@covers PHP_CodeCoverage::getLinesToBeCovered |
ImageFieldDisplayTest::testImageFieldFormattersPublic |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php |
Test image formatters on node display for public files. |
Issue578Test::testUnexpectedExceptionsPrintsCorrectly |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Regression/578/Issue578Test.php |
|
CommentAttributesTest::testNumberOfCommentsRdfaMarkup |
function |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/CommentAttributesTest.php |
Tests the presence of the RDFa markup for the number of comments. |
LessThanOrEqualValidatorTest::provideValidComparisons |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorTest.php |
|
GenericCacheBackendUnitTestBase::tearDownCacheBackend |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php |
Allows alteration of environment after a test run but before tear down. |
Framework_AssertTest::testAssertArrayNotHasIntegerKey |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertArrayNotHasKey |
EntityTestTranslationUITest::getTranslatorPermissions |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTestTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::getTranslatorPermission(). |
Twig_Tests_Node_Expression_Unary_PosTest::testCompile |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/PosTest.php |
@covers Twig_Node_Expression_Unary_Pos::compile
@covers Twig_Node_Expression_Unary_Pos::operator
@dataProvider getTests |
Twig_Tests_Node_Expression_Unary_NotTest::testCompile |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/NotTest.php |
@covers Twig_Node_Expression_Unary_Not::compile
@covers Twig_Node_Expression_Unary_Not::operator
@dataProvider getTests |
YamlFileLoaderTest::testTagWithoutNameThrowsException |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/YamlFileLoaderTest.php |
|
StoreTest::testDoesNotReturnEntriesThatVaryWithLookup |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php |
|
Twig_Tests_Node_Expression_Unary_NegTest::testCompile |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/NegTest.php |
@covers Twig_Node_Expression_Unary_Neg::compile
@covers Twig_Node_Expression_Unary_Neg::operator
@dataProvider getTests |
Twig_Tests_EnvironmentTest_Extension::getTokenParsers |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/EnvironmentTest.php |
|
SigchildEnabledProcessTest::testProcessWithTermSignal |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildEnabledProcessTest.php |
@expectedException \Symfony\Component\Process\Exception\RuntimeException |
Twig_Tests_EnvironmentTest_Extension::getNodeVisitors |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/EnvironmentTest.php |
|
ContentAwareGeneratorTest::testGenerateRouteMultilang |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
|
PHPUnit_Util_DeprecatedFeature_Logger::addSkippedTest |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/DeprecatedFeature/Logger.php |
Skipped test. |
PHPUnit_Util_DeprecatedFeature_Logger::startTestSuite |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/DeprecatedFeature/Logger.php |
A test suite started. |
PHPUnit_Framework_TestCase::$runTestInSeparateProcess |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
Whether or not this test is to be run in a separate PHP process. |