예제 #1
0
 public function testGetContent()
 {
     $article = new \FelixOnline\Core\Article(1);
     $this->assertEquals($article->getContent(), '<p>As Imperial alumnus Simon Singh prepares to return to College to give a guest lecture on the libel laws in science of which he has fallen foul of, the Government have announced the commencement of a working group on libel reform.</p>');
 }