laravel/tests/TestCase.php

11 lines
142 B
PHP
Raw Permalink Normal View History

2013-01-11 15:14:07 -06:00
<?php
2016-11-29 15:48:33 -06:00
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
2015-02-22 20:47:03 -06:00
{
2024-01-03 13:52:33 +00:00
//
}