Issue #1911688 by damiankloip: Change test group of entity reference SelectionTest.

8.0.x
webchick 2013-02-09 03:56:12 -08:00
parent 4a9fbaf215
commit 0a42fa60e0
1 changed files with 2 additions and 2 deletions

View File

@ -18,9 +18,9 @@ class SelectionTest extends WebTestBase {
public static function getInfo() {
return array(
'name' => 'Entity Reference selection handler',
'name' => 'Entity Reference: Selection handler',
'description' => 'Tests entity reference selection handler provided by Views.',
'group' => 'Views',
'group' => 'Views Modules',
);
}