BasicTest::testSimpleResultSet |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/BasicTest.php |
Tests a trivial result set. |
EntityQueryTest::$queryResults |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
|
simpletest_clean_results_table |
function |
drupal/core/modules/simpletest/simpletest.module |
Clear the test result tables. |
SimpleTestTest::getTestResults |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php |
Get the results from a test and store them in the class array $results. |
SortDateTest::expectedResultSet |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortDateTest.php |
|
EasyRdf_Sparql_Result::$boolean |
property |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Result.php |
|
EasyRdf_Sparql_Result::$ordered |
property |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Result.php |
|
EasyRdf_Sparql_Result::parseXml |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Result.php |
Parse a SPARQL result in the XML format into the object. |
theme_simpletest_result_summary |
function |
drupal/core/modules/simpletest/simpletest.theme.inc |
Returns HTML for the summary status of a simpletest result. |
ProcessingTest::_resultMessages |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php |
Returns expected result messages for the test batches. |
SimpletestResultsForm::$database |
property |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Form/SimpletestResultsForm.php |
The database connection service. |
SimpletestResultsForm::getFormID |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Form/SimpletestResultsForm.php |
Returns a unique string identifying the form. |
SimpletestResultsForm::buildForm |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Form/SimpletestResultsForm.php |
Form constructor. |
EasyRdf_Sparql_Result::$distinct |
property |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Result.php |
|
EasyRdf_Sparql_Result::numFields |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Result.php |
Return the number of fields in a query result of type bindings. |
EasyRdf_Sparql_Result::getFields |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Result.php |
Get the field names in a query result of type bindings. |
EasyRdf_Sparql_Result::parseJson |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Result.php |
Parse a SPARQL result in the JSON format into the object. |
ViewUnitTestBase::orderResultSet |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewUnitTestBase.php |
Orders a nested array containing a result set based on a given column. |
SimpletestResultsForm::submitForm |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Form/SimpletestResultsForm.php |
Form submission handler. |
SimpletestResultsForm::getResults |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Form/SimpletestResultsForm.php |
Get test results for $test_id. |
EasyRdf_Sparql_Result::getBoolean |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Result.php |
Return the boolean value of the query result |
template_preprocess_search_result |
function |
drupal/core/modules/search/search.pages.inc |
Prepares variables for individual search result templates. |
EasyRdf_Sparql_Result::__toString |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Result.php |
Magic method to return value of the result to string |
PHPUnit_Framework_TestResult::run |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php |
Runs a TestCase. |
SimpleTestTest::$childTestResults |
property |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php |
The results array that has been parsed by getTestResults(). |
SimpleTestTest::getResultFieldSet |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php |
Get the details containing the results for group this test is in. |
SimpletestResultsForm::__construct |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Form/SimpletestResultsForm.php |
Constructs a \Drupal\simpletest\Form\SimpletestResultsForm object. |
EasyRdf_Sparql_Result::__construct |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Result.php |
Create a new SPARQL Result object |
template_preprocess_search_results |
function |
drupal/core/modules/search/search.pages.inc |
Prepares variables for search results templates. |
PHPUnit_Framework_TestResult::stop |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php |
Marks that the test run should stop. |
PHPUnit_Framework_TestResult::time |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php |
Returns the time spent running the tests. |
StatementPrefetch::$resultRowCount |
property |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
The number of rows in this result set. |
simpletest_process_phpunit_results |
function |
drupal/core/modules/simpletest/simpletest.module |
Inserts the parsed phpunit results into the simpletest table. |
PHPUnit_Util_TestDox_ResultPrinter |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/TestDox/ResultPrinter.php |
Base class for printers of TestDox documentation. |
PHPUnit_Framework_TestCase::$result |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
|
CachePluginBase::generateResultsKey |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/cache/CachePluginBase.php |
Calculates and sets a cache ID used for the result cache. |
SimpletestResultsForm::validateForm |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Form/SimpletestResultsForm.php |
Form validation handler. |
PHPUnit_Framework_TestResult::$time |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php |
|
PHPUnit_Framework_TestResult::$stop |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php |
|
PHPUnit_Framework_TestResult::count |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php |
Gets the number of run tests. |
Framework_TestListenerTest::$result |
property |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/TestListenerTest.php |
|
GetResponseForControllerResultEvent |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/GetResponseForControllerResultEvent.php |
Allows to create a response for the return value of a controller |
FrontPageTest::assertNotInResultSet |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/Views/FrontpageTest.php |
Verifies that an amount of nids aren't in the result. |
ConfigEntityQueryTest::$queryResults |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/ConfigEntityQueryTest.php |
Stores the search results for alter comparision. |
ConfigEntityQueryTest::assertResults |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/ConfigEntityQueryTest.php |
Asserts the results as expected regardless of order. |
PHPUnit_Framework_TestResult::errors |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php |
Returns an Enumeration for the errors. |
PHPUnit_Framework_TestResult::passed |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php |
Returns the names of the tests that have passed. |
PHPUnit_Util_PHP::processChildResult |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/PHP.php |
Processes the TestResult object from an isolated process. |
PHPUnit_TextUI_ResultPrinter::$debug |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/TextUI/ResultPrinter.php |
|
SimpleTestTest::getTestIdFromResults |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php |
Fetch the test id from the test results. |