Path : /var/www/html/phkaymedia/vendor/livewire/livewire/src/Commands/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/phkaymedia/vendor/livewire/livewire/src/Commands/livewire.test.stub |
<?php namespace [testnamespace]; use [classwithnamespace]; use Illuminate\Foundation\Testing\RefreshDatabase; use Illuminate\Foundation\Testing\WithFaker; use Livewire\Livewire; use Tests\TestCase; class [testclass] extends TestCase { /** @test */ public function the_component_can_render() { $component = Livewire::test([class]::class); $component->assertStatus(200); } }