Version 5.1 - All the GraphQL #32
@ -40,9 +40,7 @@ class AnimeTransformerTest extends AnimeClientTestCase {
|
|||||||
|
|
||||||
public function testTransform()
|
public function testTransform()
|
||||||
{
|
{
|
||||||
$expected = $this->afterTransform;
|
|
||||||
$actual = $this->transformer->transform($this->beforeTransform);
|
$actual = $this->transformer->transform($this->beforeTransform);
|
||||||
|
|
||||||
$this->assertMatchesSnapshot($actual);
|
$this->assertMatchesSnapshot($actual);
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -21,10 +21,6 @@
|
|||||||
'url' => 'https://kitsu.io/anime/attack-on-titan',
|
'url' => 'https://kitsu.io/anime/attack-on-titan',
|
||||||
'genres' =>
|
'genres' =>
|
||||||
array (
|
array (
|
||||||
0 => 'Action',
|
|
||||||
1 => 'Drama',
|
|
||||||
2 => 'Fantasy',
|
|
||||||
3 => 'Super Power',
|
|
||||||
),
|
),
|
||||||
'streaming_links' =>
|
'streaming_links' =>
|
||||||
array (
|
array (
|
||||||
|
@ -65,9 +65,9 @@
|
|||||||
"included": [
|
"included": [
|
||||||
{
|
{
|
||||||
"id": "23",
|
"id": "23",
|
||||||
"type": "genres",
|
"type": "categories",
|
||||||
"links": {
|
"links": {
|
||||||
"self": "https:\/\/kitsu.io\/api\/edge\/genres\/23"
|
"self": "https:\/\/kitsu.io\/api\/edge\/categories\/23"
|
||||||
},
|
},
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"name": "Super Power",
|
"name": "Super Power",
|
||||||
@ -77,9 +77,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "11",
|
"id": "11",
|
||||||
"type": "genres",
|
"type": "categories",
|
||||||
"links": {
|
"links": {
|
||||||
"self": "https:\/\/kitsu.io\/api\/edge\/genres\/11"
|
"self": "https:\/\/kitsu.io\/api\/edge\/categories\/11"
|
||||||
},
|
},
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"name": "Fantasy",
|
"name": "Fantasy",
|
||||||
@ -89,9 +89,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "4",
|
"id": "4",
|
||||||
"type": "genres",
|
"type": "categories",
|
||||||
"links": {
|
"links": {
|
||||||
"self": "https:\/\/kitsu.io\/api\/edge\/genres\/4"
|
"self": "https:\/\/kitsu.io\/api\/edge\/categories\/4"
|
||||||
},
|
},
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"name": "Drama",
|
"name": "Drama",
|
||||||
@ -101,9 +101,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "1",
|
"id": "1",
|
||||||
"type": "genres",
|
"type": "categories",
|
||||||
"links": {
|
"links": {
|
||||||
"self": "https:\/\/kitsu.io\/api\/edge\/genres\/1"
|
"self": "https:\/\/kitsu.io\/api\/edge\/categories\/1"
|
||||||
},
|
},
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"name": "Action",
|
"name": "Action",
|
||||||
|
Loading…
Reference in New Issue
Block a user