Beispiel #1
0
 /**
  * Method to test getCompare1().
  *
  * @return void
  *
  * @covers Windwalker\Compare\Compare::getCompare1
  */
 public function testGetAndSetCompare1()
 {
     $this->instance->setCompare2('beautiful');
     $this->assertEquals('beautiful', $this->instance->getCompare2());
 }