1 | <?php |
||
13 | class LanguageTest extends GraphQLCoreTestBase { |
||
14 | |||
15 | /** |
||
16 | * {@inheritdoc} |
||
17 | */ |
||
18 | public static $modules = [ |
||
19 | 'language', |
||
20 | 'graphql_context_test', |
||
21 | ]; |
||
22 | |||
23 | /** |
||
24 | * {@inheritdoc} |
||
25 | */ |
||
26 | protected function setUp() { |
||
54 | |||
55 | /** |
||
56 | * Test listing of available languages. |
||
57 | */ |
||
58 | public function testLanguageId() { |
||
105 | |||
106 | } |
||
107 |