create([ 'nick' => 'joe', 'twitter' => 'joe__', ]); $note = Note::factory()->create(['note' => 'Hi @joe']); $response = $this->get($note->longurl); $html = $response->content(); $this->assertStringContainsString('p-bridgy-twitter-content', $html); } }