Skip to content

Commit 0b07f8f

Browse files
author
Luis
committed
Testing: Add todo
1 parent 93ac7ad commit 0b07f8f

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

tests/src/Kernel/Framework/TestFrameworkTest.php

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,23 @@ public function testFieldMock() {
3333
'my_tag',
3434
]);
3535

36-
$schema = $this->introspect();
37-
$this->assertSame([
38-
'types' => [
39-
'Query' => [
40-
'fields' => [
41-
'root' => [
42-
'name' => 'root',
43-
'type' => [
44-
'kind' => 'SCALAR',
45-
'name' => 'String',
46-
],
47-
],
48-
],
49-
],
50-
],
51-
], $schema);
52-
36+
// @todo
37+
// $schema = $this->introspect();
38+
// $this->assertArraySubset([
39+
// 'types' => [
40+
// 'Query' => [
41+
// 'fields' => [
42+
// 'root' => [
43+
// 'name' => 'root',
44+
// 'type' => [
45+
// 'kind' => 'SCALAR',
46+
// 'name' => 'String',
47+
// ],
48+
// ],
49+
// ],
50+
// ],
51+
// ],
52+
// ], $schema);
5353
$this->assertResults('{ root }', [], [
5454
'root' => 'test',
5555
], $metadata);

0 commit comments

Comments
 (0)