Fix name
This commit is contained in:
parent
4a45ef691e
commit
4dea85e2c8
1 changed files with 4 additions and 6 deletions
|
|
@ -1,17 +1,15 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Tests\Feature;
|
namespace Tests\Feature\Http\Console\Commands;
|
||||||
|
|
||||||
use App\Console\Commands\FetchNewArticlesCommand;
|
|
||||||
use App\Jobs\ArticleDiscoveryJob;
|
use App\Jobs\ArticleDiscoveryJob;
|
||||||
use App\Jobs\ArticleDiscoveryForFeedJob;
|
|
||||||
use App\Models\Feed;
|
use App\Models\Feed;
|
||||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||||
use Illuminate\Support\Facades\Queue;
|
use Illuminate\Support\Facades\Queue;
|
||||||
use Illuminate\Testing\PendingCommand;
|
use Illuminate\Testing\PendingCommand;
|
||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
|
|
||||||
class ArticleDiscoveryCommandTest extends TestCase
|
class FetchNewArticlesCommandTest extends TestCase
|
||||||
{
|
{
|
||||||
use RefreshDatabase;
|
use RefreshDatabase;
|
||||||
|
|
||||||
Loading…
Reference in a new issue