1 | <?php |
||
10 | class GraphQLCoreTestBase extends GraphQLTestBase { |
||
11 | |||
12 | /** |
||
13 | * {@inheritdoc} |
||
14 | */ |
||
15 | public static $modules = [ |
||
16 | 'graphql_core', |
||
17 | 'user', |
||
18 | ]; |
||
19 | |||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | */ |
||
23 | protected function setUp() { |
||
28 | |||
29 | /** |
||
30 | * {@inheritdoc} |
||
31 | */ |
||
32 | protected function defaultCacheTags() { |
||
43 | |||
44 | } |
||
45 |