관리-도구
편집 파일: TestCase.php.tar
home/tattooscyy/www/tests/TestCase.php 0000604 00000000243 15224476410 0014130 0 ustar 00 <?php namespace Tests; use Illuminate\Foundation\Testing\TestCase as BaseTestCase; abstract class TestCase extends BaseTestCase { use CreatesApplication; }