mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
added tests for rating parameter
This commit is contained in:
parent
251fccb5f6
commit
9a51454241
@ -134,9 +134,9 @@ class AnimeSearchEndpointTest extends TestCase
|
||||
public function invalidRatingParameterProvider(): array
|
||||
{
|
||||
return [
|
||||
[["rating" => "6263ssd"], 15],
|
||||
[["rating" => "rx1"], 15],
|
||||
[["rating" => "pg133"], 15]
|
||||
[["rating" => "6263ssd"], 0],
|
||||
[["rating" => "rx1"], 0],
|
||||
[["rating" => "pg133"], 0]
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user