We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dff584d commit a890f74Copy full SHA for a890f74
test/SmokeTest.php
@@ -556,6 +556,13 @@ public function requestProvider() : Traversable
556
$warning,
557
];
558
}
559
+ // yield $path = '/search?elifeAssessmentSignificance[]=important' => [
560
+ // $this->createRequest($path),
561
+ // 'application/vnd.elife.search+json; version=2',
562
+ // 200,
563
+ // [],
564
+ // 1,
565
+ // ];
566
yield $path = '/search?start-date=2017-02-29' => [
567
$this->createRequest($path),
568
'application/problem+json',
0 commit comments