File manager - Edit - /home/u816558632/domains/postills.com/public_html/public/tests.tar
Back
Feature/ExampleTest.php 0000644 00000000441 15001655500 0011077 0 ustar 00 <?php namespace Tests\Feature; use Tests\TestCase; class ExampleTest extends TestCase { /** * A basic test example. * * @return void */ public function testBasicTest() { $response = $this->get('/'); $response->assertStatus(200); } } CreatesApplication.php 0000644 00000000574 15001655500 0011032 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/index.php 0000644 00000000000 15001655500 0007266 0 ustar 00 Unit/224897/index.php 0000644 00000000000 15001655500 0010045 0 ustar 00 Unit/ExampleTest.php 0000644 00000000363 15001655500 0010426 0 ustar 00 <?php namespace Tests\Unit; use Tests\TestCase; class ExampleTest extends TestCase { /** * A basic test example. * * @return void */ public function testBasicTest() { $this->assertTrue(true); } } TestCase.php 0000644 00000000243 15001655500 0006764 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.28 | Generation time: 0 |
proxy
|
phpinfo
|
Settings