forked from wallabag/wallabag
CS
This commit is contained in:
@ -443,7 +443,7 @@ class WallabagRestControllerTest extends WallabagApiTestCase
|
|||||||
|
|
||||||
$content = json_decode($this->client->getResponse()->getContent(), true);
|
$content = json_decode($this->client->getResponse()->getContent(), true);
|
||||||
|
|
||||||
$this->assertEquals(true, $content['is_archived']);
|
$this->assertEquals(true, $content['is_archived']);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testSaveIsStarredAfterPost()
|
public function testSaveIsStarredAfterPost()
|
||||||
@ -465,7 +465,7 @@ class WallabagRestControllerTest extends WallabagApiTestCase
|
|||||||
|
|
||||||
$content = json_decode($this->client->getResponse()->getContent(), true);
|
$content = json_decode($this->client->getResponse()->getContent(), true);
|
||||||
|
|
||||||
$this->assertEquals(true, $content['is_starred']);
|
$this->assertEquals(true, $content['is_starred']);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testSaveIsArchivedAfterPatch()
|
public function testSaveIsArchivedAfterPatch()
|
||||||
@ -508,7 +508,6 @@ class WallabagRestControllerTest extends WallabagApiTestCase
|
|||||||
|
|
||||||
$content = json_decode($this->client->getResponse()->getContent(), true);
|
$content = json_decode($this->client->getResponse()->getContent(), true);
|
||||||
|
|
||||||
$this->assertEquals(true, $content['is_starred']);
|
$this->assertEquals(true, $content['is_starred']);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user