Move models to their own subdirectory
This commit is contained in:
parent
2c5b0f3ab5
commit
2a0d188313
67 changed files with 82 additions and 86 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
namespace Tests\Unit;
|
||||
|
||||
use App\Media;
|
||||
use Tests\TestCase;
|
||||
use App\Models\Media;
|
||||
|
||||
class MediaTest extends TestCase
|
||||
{
|
||||
|
@ -11,6 +11,6 @@ class MediaTest extends TestCase
|
|||
{
|
||||
$media = Media::find(1);
|
||||
$note = $media->note;
|
||||
$this->assertInstanceOf('App\Note', $note);
|
||||
$this->assertInstanceOf('App\Models\Note', $note);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue