Files
laranode/tests/TestCase.php
Alex Crivion bb75e3a42b initial commit
2025-01-31 14:04:22 +02:00

11 lines
142 B
PHP

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