Skip to content

Commit

Permalink
move factories to src
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 29, 2020
1 parent 4ea9c14 commit f8b80f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function setUp(): void
{
parent::setUp();

$this->withFactories(__DIR__.'/database/factories');
$this->withFactories(__DIR__.'/../database/factories');

Route::mailcoach('mailcoach');

Expand Down
2 changes: 0 additions & 2 deletions database/factories/CampaignOpenFactory.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

namespace Spatie\Mailcoach\Tests\database\factories;

use Faker\Generator;
use Spatie\Mailcoach\Models\Campaign;
use Spatie\Mailcoach\Models\CampaignOpen;
Expand Down

0 comments on commit f8b80f1

Please sign in to comment.