File "TestCase.php"
Full path: /home/cs24ryk/investmentplatform.cs24ryk.com/tests/TestCase.php
File
size: 173 B B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
use CreatesApplication;
}