Edit File: view.pest.stub
<?php it('can render', function () { $contents = $this->view('{{ name }}', [ // ]); $contents->assertSee(''); });
Back to File Manager