%PDF- %PDF-
Direktori : /www/loslex_o/test/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/ |
Current File : /www/loslex_o/test/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/view.test.stub |
<?php namespace {{ namespace }}; use Tests\TestCase; class {{ class }} extends TestCase { /** * A basic view test example. */ public function test_it_can_render(): void { $contents = $this->view('{{ name }}', [ // ]); $contents->assertSee(''); } }