Files
budget_analyser/tests/TestCase.php
TiclemFR 9d79d7c0c6 🎉
2023-12-29 15:42:55 +01:00

11 lines
163 B
PHP

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