We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7255fbe commit 229ec67Copy full SHA for 229ec67
tests/StarWarsQueryTest.php
@@ -365,5 +365,6 @@ public function testDateTime()
365
'dateTime' => '2016-01-18 23:00:00',
366
];
367
$this->assertValidQuery($query, $expected);
368
+ $this->assertEquals('The DateTime type', $this->getType('DateTime')->description);
369
}
370
0 commit comments