Files
InvoiceShelf/tests/TestCase.php
T
2019-11-11 12:16:00 +05:30

10 lines
162 B
PHP

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