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