예제 #1
0
 public function testChapters()
 {
     $chap = rand();
     $review = new Review();
     $review->setChapters($chap);
     $this->assertEquals($chap, $review->getChapters());
 }