Your IP : 18.217.209.151


Current Path : /proc/self/root/proc/thread-self/root/home/lentoinv/lentoria.com/tests/
Upload File :
Current File : //proc/self/root/proc/thread-self/root/home/lentoinv/lentoria.com/tests/TestCase.php

<?php

namespace Tests;

use Illuminate\Foundation\Testing\TestCase as BaseTestCase;

abstract class TestCase extends BaseTestCase
{
    use CreatesApplication;
}

?>