Twig_Tests_Node_Expression_FunctionTest |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/FunctionTest.php |
|
PHPUnit_Util_Log_JUnit::$testSuiteTests |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Log/JUnit.php |
|
PHPUnit_Framework_TestSuite::createTest |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php |
|
PHPUnit_Util_Log_JUnit::$testSuiteTimes |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Log/JUnit.php |
|
PHPUnit_Util_Log_JUnit::$testSuiteLevel |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Log/JUnit.php |
|
ProjectServiceContainer::getTestService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services10.php |
Gets the 'test' service. |
DefinitionTest::testSetGetFactoryMethod |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php |
|
ValidatorBuilderTest::testSetTranslator |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidatorBuilderTest.php |
|
DeleteTruncateTest::testSubselectDelete |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/DeleteTruncateTest.php |
Confirms that we can use a subselect in a delete successfully. |
PHPUnit_Framework_TestResult::$runTests |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php |
|
FormValuesTest::testSimpleAjaxFormValue |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/FormValuesTest.php |
Submits forms with select and checkbox elements via Ajax. |
Twig_Test_IntegrationTestCase::getTests |
function |
drupal/core/vendor/twig/twig/lib/Twig/Test/IntegrationTestCase.php |
|
Twig_Tests_Extension_SandboxTest::setUp |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Extension/SandboxTest.php |
Sets up the fixture, for example, open a network connection.
This method is called before a test is executed. |
AnnotationClassLoaderTest::getLoadTests |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php |
|
CoverageNotProtectedTest::testSomething |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageNotProtectedTest.php |
@covers CoveredClass::<!protected> |
Framework_SuiteTest::testInheritedTests |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/SuiteTest.php |
|
Twig_Tests_Node_IfTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/IfTest.php |
@covers Twig_Node_If::__construct |
Twig_Tests_Node_DoTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/DoTest.php |
@covers Twig_Node_Do::__construct |
Twig_Tests_LexerTest::testLineDirective |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/LexerTest.php |
|
ShortcutSetsTest::testShortcutSetAssign |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php |
Tests switching another user's shortcut set. |
ShortcutSetsTest::testShortcutSetRename |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php |
Tests renaming a shortcut set. |
ShortcutSetsTest::testShortcutSetDelete |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php |
Tests deleting a shortcut set. |
Twig_Tests_Node_SpacelessTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/SpacelessTest.php |
|
Twig_Tests_AutoloaderTest::testAutoload |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/AutoloaderTest.php |
|
SigchildDisabledProcessTest::testSignal |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildDisabledProcessTest.php |
@expectedException Symfony\Component\Process\Exception\RuntimeException |
Twig_Tests_Node_ModuleTest::testCompile |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/ModuleTest.php |
@covers Twig_Node_Module::compile
@covers Twig_Node_Module::compileTemplate
@covers Twig_Node_Module::compileMacros
@covers Twig_Node_Module::compileClassHeader
@covers Twig_Node_Module::compileDisplayHeader
@covers… |
PHPUnit_Util_TestSuiteIterator::current |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/TestSuiteIterator.php |
Returns the current element. |
Twig_Tests_Node_ImportTest::testCompile |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/ImportTest.php |
@covers Twig_Node_Import::compile
@dataProvider getTests |
PHPUnit_TextUI_ResultPrinter::$numTests |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/TextUI/ResultPrinter.php |
|
Twig_Tests_EnvironmentTest::testGlobals |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/EnvironmentTest.php |
|
PersistentObjectTest::testSetIdentifier |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
|
OtherInstallationProfileModuleTestsTest |
class |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/OtherInstallationProfileModuleTestsTest.php |
Verifies that tests in other installation profiles are not found. |
ContentAwareGeneratorTest::testSupports |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
|
Twig_Tests_Node_Expression_ConstantTest |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/ConstantTest.php |
|
RouteTestSubscriber::getSubscribedEvents |
function |
drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/RouteTestSubscriber.php |
Implements EventSubscriberInterface::getSubscribedEvents(). |
PHPUnit_Framework_TestSuite::__construct |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php |
Constructs a new TestSuite: |
NullSessionStorageTest::testSaveHandlers |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NullSessionHandlerTest.php |
|
PHPUnit_Framework_TestSuite::addTestFile |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php |
Wraps both <code>addTest()</code> and <code>addTestSuite</code>
as well as the separate import statements for the user's convenience. |
PHPUnit_Util_Log_JUnit::$testSuiteErrors |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Log/JUnit.php |
|
HttpCacheTest::testShouldCatchExceptions |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
PHPUnit_Framework_TestSuite::getIterator |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php |
Returns an iterator for this test suite. |
OptionsWidgetsTest::testSelectListSingle |
function |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php |
Tests the 'options_select' widget (single select). |
DefinitionTest::testSetGetFactoryService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php |
|
PHPUnit_Framework_TestSuite_DataProvider |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite/DataProvider.php |
@package PHPUnit
@subpackage Framework_TestSuite
@author Sebastian Bergmann <sebastian@phpunit.de>
@copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de>
@license http://www.opensource.org/licenses/BSD-3-Clause The BSD… |
DocParserTest::testSupportClassConstants |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@dataProvider getConstantsProvider |
ThemeTestSubscriber::getSubscribedEvents |
function |
drupal/core/modules/system/tests/modules/theme_test/lib/Drupal/theme_test/EventSubscriber/ThemeTestSubscriber.php |
Returns an array of event names this subscriber wants to listen to. |
SiteMaintenanceTest::testSiteMaintenance |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/SiteMaintenanceTest.php |
Verify site maintenance mode functionality. |
UserAccountLinksTests::testSecondaryMenu |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserAccountLinksTests.php |
Tests the secondary menu. |
Twig_Tests_Loader_ArrayTest::testIsFresh |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Loader/ArrayTest.php |
|
Twig_Tests_Node_ForTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/ForTest.php |
@covers Twig_Node_For::__construct |