get('/notes/E'); $html = $response->content(); $this->assertTrue(is_string(mb_stristr($html, 'p-bridgy-twitter-content'))); } public function test_bridgy_facebook_content() { $response = $this->get('/notes/E'); $html = $response->content(); $this->assertTrue(is_string(mb_stristr($html, 'p-bridgy-facebook-content'))); } }