EasyRdf_Sparql_Result::$ordered |
property |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Result.php |
|
DependencyOrderingTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Update/DependencyOrderingTest.php |
|
DisplayTest::testReorderDisplay |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayTest.php |
Tests reordering of displays. |
JavaScriptTest::testRenderOrder |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php |
Tests JavaScript ordering. |
DependencyOrderingTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Update/DependencyOrderingTest.php |
Modules to enable. |
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. |
TableSortExtender::orderByHeader |
function |
drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php |
Order the query based on a header array. |
ChainRouterTest::testContextOrder |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
context must be propagated also when routers are added after context is set |
TransactionOutOfOrderException.php |
file |
drupal/core/lib/Drupal/Core/Database/TransactionOutOfOrderException.php |
Definition of Drupal\Core\Database\TransactionOutOfOrderException |
SortRandomTest::testRandomOrdering |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortRandomTest.php |
Tests random ordering of the result set. |
EntityQueryTest::assertBundleOrder |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
|
CommentPagerTest::assertCommentOrder |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPagerTest.php |
Asserts that the comments are displayed in the correct order. |
CollectionTest::testMatchingOrdering |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php |
@group DDC-1637 |
JavaScriptTest::testAggregationOrder |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php |
Tests JavaScript aggregation when files are added to a different scope. |
RearrangeFieldsTest::assertFieldOrder |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/RearrangeFieldsTest.php |
Check if the fields are in the correct order. |
DependencyTest::testModuleEnableOrder |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php |
Tests that module dependencies are enabled in the correct order via the
UI. Dependencies should be enabled before their dependents. |
ClassCollectionLoader::getOrderedClasses |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassCollectionLoader.php |
Gets an ordered array of passed classes including all their dependencies. |
CascadingStylesheetsTest::testRenderOrder |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php |
Tests CSS ordering. |
UserRoleAdminTest::testRoleWeightOrdering |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserRoleAdminTest.php |
Test user role weight change operation and ordering. |
UpdateContribTest::testUpdateContribOrder |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php |
Tests that contrib projects are ordered by project name. |
EntityCrudHookTest::assertHookMessageOrder |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php |
Checks the order of CRUD hook execution messages. |
SelectOrderedTest::testSimpleSelectOrdered |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectOrderedTest.php |
Tests basic ORDER BY. |
ClassCollectionLoaderTest::getDifferentOrders |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php |
|
CommentPagerTest::testCommentOrderingThreading |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPagerTest.php |
Tests comment ordering and threading. |
ClassCollectionLoaderTest::testClassReordering |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php |
@dataProvider getDifferentOrders |
SelectOrderedTest::testSimpleSelectOrderedDesc |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectOrderedTest.php |
Tests ORDER BY descending. |
SelectOrderedTest::testSimpleSelectMultiOrdered |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectOrderedTest.php |
Tests multiple ORDER BY. |
ElementsVerticalTabsTest::testJavaScriptOrdering |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsVerticalTabsTest.php |
Ensures that vertical-tabs.js is included before collapse.js. |
PHPUnit_Framework_MockObject_Matcher_InvokedRecorder |
class |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedRecorder.php |
Records invocations and provides convenience methods for checking them later
on.
This abstract class can be implemented by matchers which needs to check the
number of times an invocation has occured. |
DependencyOrderingTest::testUpdateOrderingSingleModule |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Update/DependencyOrderingTest.php |
Test that updates within a single module run in the correct order. |
ClassCollectionLoaderTest::getDifferentOrdersForTraits |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php |
|
ClassCollectionLoaderTest::testClassWithTraitsReordering |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php |
@dataProvider getDifferentOrdersForTraits |
PHPUnit_Framework_MockObject_Matcher_InvokedRecorder::invoked |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedRecorder.php |
|
PHPUnit_Framework_MockObject_Matcher_InvokedRecorder::matches |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedRecorder.php |
|
DependencyOrderingTest::testUpdateOrderingModuleInterdependency |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Update/DependencyOrderingTest.php |
Test that dependencies between modules are resolved correctly. |
PHPUnit_Framework_MockObject_Matcher_InvokedRecorder::$invocations |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedRecorder.php |
|
PHPUnit_Framework_MockObject_Matcher_InvokedRecorder::getInvocations |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedRecorder.php |
|
PHPUnit_Framework_MockObject_Matcher_InvokedRecorder::hasBeenInvoked |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedRecorder.php |
|
PHPUnit_Framework_MockObject_Matcher_InvokedRecorder::getInvocationCount |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedRecorder.php |
|
KernelTest::testInitializeBundlesSupportsArbitraryBundleRegistrationOrder |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|