示例#1
0
 public function testRereadCount()
 {
     $count = rand();
     $manga = new Manga();
     $manga->setRereadCount($count);
     $this->assertEquals($count, $manga->getRereadCount());
 }