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

11 lines
103 B
PHP

<?php
namespace Tests\Feature;
use Tests\TestCase;
class CommentaryTest extends TestCase
{
//
}