Issue #1748176 by tim.plunkett: HEAD BROKEN: follow up for test coverage for Views user integration.

8.0.x
catch 2012-11-06 15:31:09 +00:00
parent 570818447a
commit cb812fcd66
1 changed files with 2 additions and 1 deletions

View File

@ -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);