[backend] accept articles from crawler
This commit is contained in:
@@ -4,8 +4,8 @@ declare(strict_types=1);
|
||||
|
||||
namespace Tests\Unit\Aggregator\Domain\Model\ValueObject;
|
||||
|
||||
use App\Aggregator\Domain\Model\ValueObject\Crawling\PageRange;
|
||||
use App\SharedKernel\Domain\Exception\InvalidArgument;
|
||||
use Basango\Aggregator\Domain\Model\ValueObject\Crawling\PageRange;
|
||||
use Basango\SharedKernel\Domain\Exception\InvalidArgument;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
|
||||
@@ -4,7 +4,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace Tests\Unit\Aggregator\Domain\Service;
|
||||
|
||||
use App\Aggregator\Domain\Service\Crawling\DateParser;
|
||||
use Basango\Aggregator\Domain\Service\Crawling\DateParser;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user