Example #1
0
 /**
  * Method to test getValue().
  *
  * @return void
  *
  * @covers Windwalker\Html\Option::getValue
  */
 public function testGetAndSetValue()
 {
     $this->instance->setValue('sunflower');
     $this->assertEquals('sunflower', $this->instance->getValue());
 }