Ejemplo n.º 1
0
 public function testHelpfulTotal()
 {
     $helped = rand();
     $review = new Review();
     $review->setHelpfulTotal($helped);
     $this->assertEquals($helped, $review->getHelpfulTotal());
 }