File manager - Edit - /home/autoph/public_html/projects/Rating-AutoHub/public/css/tests.zip
Back
PK D��Z��� Unit/ExampleTest.phpnu �[��� <?php namespace Tests\Unit; use PHPUnit\Framework\TestCase; class ExampleTest extends TestCase { /** * A basic test example. * * @return void */ public function test_that_true_is_true() { $this->assertTrue(true); } } PK D��Z��P� � TestCase.phpnu �[��� <?php namespace Tests; use Illuminate\Foundation\Testing\TestCase as BaseTestCase; abstract class TestCase extends BaseTestCase { use CreatesApplication; } PK D��Z�k| | CreatesApplication.phpnu �[��� <?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; } } PK D��Z��| | Feature/ExampleTest.phpnu �[��� <?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_the_application_returns_a_successful_response() { $response = $this->get('/'); $response->assertStatus(200); } } PK D��Z��� Unit/ExampleTest.phpnu �[��� PK D��Z��P� � L TestCase.phpnu �[��� PK D��Z�k| | + CreatesApplication.phpnu �[��� PK D��Z��| | � Feature/ExampleTest.phpnu �[��� PK M �
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings