예제 #1
0
 public function testGetTeaserFromContent()
 {
     $article = new \FelixOnline\Core\Article(2);
     $this->assertEquals($article->getTeaserFull(), "All I bloody hear is the clock ticking. We all know what that sounds like, and we all know what the stabbing sounds of each second, ‘tick’ or ‘tock’, means. Time is slipping...");
 }