Skip to content
Snippets Groups Projects
Commit 4c24974c authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1490150 follow-up by xjm: Text fixes.

parent 9b88eeac
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -1324,7 +1324,7 @@ class EntityFieldQueryTestCase extends DrupalWebTestCase { ...@@ -1324,7 +1324,7 @@ class EntityFieldQueryTestCase extends DrupalWebTestCase {
} }
/** /**
* Tests the disabling the pager in EntityFieldQuery. * Tests disabling the pager in EntityFieldQuery.
*/ */
function testEntityFieldQueryDisablePager() { function testEntityFieldQueryDisablePager() {
// Test enabling a pager and then disabling it. // Test enabling a pager and then disabling it.
...@@ -1341,7 +1341,7 @@ class EntityFieldQueryTestCase extends DrupalWebTestCase { ...@@ -1341,7 +1341,7 @@ class EntityFieldQueryTestCase extends DrupalWebTestCase {
array('test_entity_bundle_key', 4), array('test_entity_bundle_key', 4),
array('test_entity_bundle_key', 5), array('test_entity_bundle_key', 5),
array('test_entity_bundle_key', 6), array('test_entity_bundle_key', 6),
), t('Test disabling pager in propertyQuery.'), TRUE); ), 'All test entities are listed when the pager is enabled and then disabled.', TRUE);
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment