Compare commits

...

4 Commits

Author SHA1 Message Date
354976ac8d Init feature test Commentary 2024-10-16 02:58:58 +10:00
beeccc8658 Init feature test Tag 2024-10-16 02:58:51 +10:00
97f669706f Init feature test Post 2024-10-16 02:58:43 +10:00
66398d7e5c Init feature test User 2024-10-16 02:58:33 +10:00
4 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?php
namespace Tests\Feature;
use Tests\TestCase;
class CommentaryTest extends TestCase
{
//
}

View File

@ -0,0 +1,10 @@
<?php
namespace Tests\Feature;
use Tests\TestCase;
class PostTest extends TestCase
{
//
}

10
tests/Feature/TagTest.php Normal file
View File

@ -0,0 +1,10 @@
<?php
namespace Tests\Feature;
use Tests\TestCase;
class TagTest extends TestCase
{
//
}

View File

@ -0,0 +1,10 @@
<?php
namespace Tests\Feature;
use Tests\TestCase;
class UserTest extends TestCase
{
//
}