feat: firsts unit tests for ScrapeChapterHandler.php
This commit is contained in:
parent
21fcdd1084
commit
89570ad951
@@ -1,11 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domain\Scraping\Application\Command\ScrapeChapter;
|
||||
namespace App\Domain\Scraping\Application\Command;
|
||||
|
||||
class ScrapeChapterCommand
|
||||
readonly class ScrapeChapter
|
||||
{
|
||||
public function __construct(
|
||||
public readonly string $chapterId,
|
||||
public readonly string $sourceId
|
||||
) {}
|
||||
public string $chapterId,
|
||||
public string $sourceId,
|
||||
public string $mangaId
|
||||
) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user