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

8.0.x
webchick 2012-04-28 13:24:13 -07:00
parent 9b88eeac14
commit 4c24974c24
1 changed files with 2 additions and 2 deletions

View File

@ -1324,7 +1324,7 @@ class EntityFieldQueryTestCase extends DrupalWebTestCase {
}
/**
* Tests the disabling the pager in EntityFieldQuery.
* Tests disabling the pager in EntityFieldQuery.
*/
function testEntityFieldQueryDisablePager() {
// Test enabling a pager and then disabling it.
@ -1341,7 +1341,7 @@ class EntityFieldQueryTestCase extends DrupalWebTestCase {
array('test_entity_bundle_key', 4),
array('test_entity_bundle_key', 5),
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);
}
/**