Teren-app/tests/TestCase.php
Simon Pocrnjič 90a5858320 first commit
2024-10-28 21:08:16 +01:00

11 lines
142 B
PHP

<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
//
}