Exemple #1
0
 public function testGetPolarity()
 {
     $o = new Opinion('testCategory', 'testPolarity', 'testSId');
     $this->assertEquals('testPolarity', $o->getPolarity());
 }