Issue #1748176 by tim.plunkett: HEAD BROKEN: follow up for test coverage for Views user integration.
parent
570818447a
commit
cb812fcd66
|
@ -75,8 +75,9 @@ class HandlerFilterUserNameTest extends ViewTestBase {
|
|||
$view = views_get_view('test_user_name');
|
||||
|
||||
// Test all of the accounts with a single entry.
|
||||
$view->initHandlers();
|
||||
foreach ($this->accounts as $account) {
|
||||
$view->storage->display['default']['display_options']['filters']['uid']['value'] = $account->id();
|
||||
$view->filter['uid']->value = array($account->id());
|
||||
}
|
||||
|
||||
$this->executeView($view);
|
||||
|
|
Loading…
Reference in New Issue