Файловый менеджер - Редактировать - /home/easybachat/hisabat365.com/4a7891/tests.tar
Ðазад
CreatesApplication.php 0000644 00000000574 15060131150 0011025 0 ustar 00 <?php namespace Tests; use Illuminate\Contracts\Console\Kernel; trait CreatesApplication { /** * Creates the application. * * @return \Illuminate\Foundation\Application */ public function createApplication() { $app = require __DIR__.'/../bootstrap/app.php'; $app->make(Kernel::class)->bootstrap(); return $app; } } Unit/ExampleTest.php 0000644 00000000376 15060131150 0010425 0 ustar 00 <?php namespace Tests\Unit; use PHPUnit\Framework\TestCase; class ExampleTest extends TestCase { /** * A basic test example. * * @return void */ public function test_example() { $this->assertTrue(true); } } Feature/ExampleTest.php 0000644 00000000523 15060131150 0011073 0 ustar 00 <?php namespace Tests\Feature; use Illuminate\Foundation\Testing\RefreshDatabase; use Tests\TestCase; class ExampleTest extends TestCase { /** * A basic test example. * * @return void */ public function test_example() { $response = $this->get('/'); $response->assertStatus(200); } } TestCase.php 0000644 00000000243 15060131150 0006757 0 ustar 00 <?php namespace Tests; use Illuminate\Foundation\Testing\TestCase as BaseTestCase; abstract class TestCase extends BaseTestCase { use CreatesApplication; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.29 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка