Skip to content

Commit a890f74

Browse files
committed
Add a failing test to verify that we can filter by significance terms
elifesciences/issues#9169
1 parent dff584d commit a890f74

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/SmokeTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,13 @@ public function requestProvider() : Traversable
556556
$warning,
557557
];
558558
}
559+
// yield $path = '/search?elifeAssessmentSignificance[]=important' => [
560+
// $this->createRequest($path),
561+
// 'application/vnd.elife.search+json; version=2',
562+
// 200,
563+
// [],
564+
// 1,
565+
// ];
559566
yield $path = '/search?start-date=2017-02-29' => [
560567
$this->createRequest($path),
561568
'application/problem+json',

0 commit comments

Comments
 (0)