feat: firsts endpoints and firsts tests
This commit is contained in:
parent
89570ad951
commit
6bc3696190
15
config/services_test.yaml
Normal file
15
config/services_test.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
_defaults:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
public: true
|
||||
|
||||
Symfony\Component\Messenger\MessageBusInterface:
|
||||
class: 'App\Tests\Domain\Scraping\Adapter\InMemoryMessageBus'
|
||||
public: true
|
||||
|
||||
App\Domain\Scraping\Domain\Contract\Repository\ScrapingJobRepositoryInterface:
|
||||
class: 'App\Tests\Domain\Scraping\Adapter\InMemoryScrapingJobRepository'
|
||||
public: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user