laravel-api-simple-blog/tests/Feature/CommentaryTest.php

11 lines
103 B
PHP
Raw Normal View History

2024-10-15 19:58:58 +03:00
<?php
namespace Tests\Feature;
use Tests\TestCase;
class CommentaryTest extends TestCase
{
//
}