Compare commits
4 Commits
e33d012347
...
354976ac8d
Author | SHA1 | Date | |
---|---|---|---|
354976ac8d | |||
beeccc8658 | |||
97f669706f | |||
66398d7e5c |
10
tests/Feature/CommentaryTest.php
Normal file
10
tests/Feature/CommentaryTest.php
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Tests\Feature;
|
||||||
|
|
||||||
|
use Tests\TestCase;
|
||||||
|
|
||||||
|
class CommentaryTest extends TestCase
|
||||||
|
{
|
||||||
|
//
|
||||||
|
}
|
10
tests/Feature/PostTest.php
Normal file
10
tests/Feature/PostTest.php
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Tests\Feature;
|
||||||
|
|
||||||
|
use Tests\TestCase;
|
||||||
|
|
||||||
|
class PostTest extends TestCase
|
||||||
|
{
|
||||||
|
//
|
||||||
|
}
|
10
tests/Feature/TagTest.php
Normal file
10
tests/Feature/TagTest.php
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Tests\Feature;
|
||||||
|
|
||||||
|
use Tests\TestCase;
|
||||||
|
|
||||||
|
class TagTest extends TestCase
|
||||||
|
{
|
||||||
|
//
|
||||||
|
}
|
10
tests/Feature/UserTest.php
Normal file
10
tests/Feature/UserTest.php
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Tests\Feature;
|
||||||
|
|
||||||
|
use Tests\TestCase;
|
||||||
|
|
||||||
|
class UserTest extends TestCase
|
||||||
|
{
|
||||||
|
//
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user