bakalarska_praca/database/tests/TestCase.php

11 lines
163 B
PHP
Raw Normal View History

2023-05-11 19:57:12 +00:00
<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
use CreatesApplication;
}