Try mocking out get_cached_image method
This commit is contained in:
parent
254afc990e
commit
ed1e888c58
@ -143,6 +143,11 @@ class TestAnimeModel extends AnimeModel {
|
|||||||
class TestMangaModel extends MangaModel {
|
class TestMangaModel extends MangaModel {
|
||||||
use MockInjectionTrait;
|
use MockInjectionTrait;
|
||||||
|
|
||||||
|
public function get_cached_image($api_path, $series_slug, $type = "anime")
|
||||||
|
{
|
||||||
|
return "/public/images/{$type}/{$series_slug}.jpg";
|
||||||
|
}
|
||||||
|
|
||||||
protected function _check_cache($response)
|
protected function _check_cache($response)
|
||||||
{
|
{
|
||||||
$file = __DIR__ . '/test_data/manga_list/manga-transformed.json';
|
$file = __DIR__ . '/test_data/manga_list/manga-transformed.json';
|
||||||
|
Loading…
Reference in New Issue
Block a user