| 1 | <?php |
||
| 12 | class InternalRequestTest extends GraphQLCoreTestBase { |
||
| 13 | |||
| 14 | /** |
||
| 15 | * {@inheritdoc} |
||
| 16 | */ |
||
| 17 | public static $modules = ['graphql_core', 'graphql_requests_test']; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * {@inheritdoc} |
||
| 21 | */ |
||
| 22 | protected function setUp() { |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Test internal requests. |
||
| 29 | */ |
||
| 30 | public function testInternalRequests() { |
||
| 49 | |||
| 50 | } |
||
| 51 |