getEditor(); $editor->name = 'tester'; $editor->save(); $this->actingAs($editor); $notFound = $this->get('/fgfdngldfnotfound'); $notFound->assertStatus(404); $notFound->assertDontSeeText('Log in'); $notFound->assertSeeText('tester'); } }