1 | <?php |
||
14 | class BundleLessEntityTest extends GraphQLContentTestBase { |
||
15 | |||
16 | /** |
||
17 | * {@inheritdoc} |
||
18 | */ |
||
19 | protected function setUp() { |
||
35 | |||
36 | /** |
||
37 | * Test if a field is available on the user type. |
||
38 | * |
||
39 | * Regression test for: https://github.com/drupal-graphql/graphql/issues/560 |
||
40 | */ |
||
41 | public function testConfiguredField() { |
||
46 | |||
47 | } |
||
48 |