1 | <?php |
||
12 | class EntityBrowserUITest extends WebTestBase { |
||
13 | |||
14 | /** |
||
15 | * Modules to enable. |
||
16 | * |
||
17 | * @var array |
||
18 | */ |
||
19 | public static $modules = [ |
||
20 | 'entity_browser_test', |
||
21 | 'ctools', |
||
22 | 'views', |
||
23 | 'block', |
||
24 | ]; |
||
25 | |||
26 | /** |
||
27 | * Tests entity browser UI. |
||
28 | */ |
||
29 | public function testEntityBrowserUI() { |
||
48 | |||
49 | } |
||
50 |