示例#1
0
 public function testChapters()
 {
     $chapters = rand();
     $manga = new Manga();
     $manga->setChapters($chapters);
     $this->assertEquals($chapters, $manga->getChapters());
 }