Skip to content

Commit ace6791

Browse files
committed
wip
1 parent 86ae79a commit ace6791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/RepositorySearchServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ public function test_can_match_array()
4545

4646
UserRepository::$match = [
4747
'id' => RestifySearchable::MATCH_ARRAY,
48-
'-id' => RestifySearchable::MATCH_ARRAY,
4948
];
5049

5150
$this->getJson('restify-api/users?id=1,2,3')
5251
->assertJsonCount(3, 'data');
5352

5453
$this->getJson('restify-api/users?-id=1,2,3')
54+
->dump()
5555
->assertJsonCount(1, 'data');
5656
}
5757
}

0 commit comments

Comments
 (0)