관리-도구
편집 파일: TestCase.php.tar
home/tattooscyy/api/tests/TestCase.php 0000604 00000000243 15224621737 0014061 0 ustar 00 <?php namespace Tests; use Illuminate\Foundation\Testing\TestCase as BaseTestCase; abstract class TestCase extends BaseTestCase { use CreatesApplication; } home/tattooscyy/www/tests/TestCase.php 0000604 00000000243 15224642347 0014134 0 ustar 00 <?php namespace Tests; use Illuminate\Foundation\Testing\TestCase as BaseTestCase; abstract class TestCase extends BaseTestCase { use CreatesApplication; } home/tattooscyy/api2/tests/TestCase.php 0000604 00000000243 15224665216 0014143 0 ustar 00 <?php namespace Tests; use Illuminate\Foundation\Testing\TestCase as BaseTestCase; abstract class TestCase extends BaseTestCase { use CreatesApplication; } home/tattooscyy/test/tests/TestCase.php 0000777 00000000243 15224676076 0014310 0 ustar 00 <?php namespace Tests; use Illuminate\Foundation\Testing\TestCase as BaseTestCase; abstract class TestCase extends BaseTestCase { use CreatesApplication; }