public function testSetConstant()
 {
     $this->object->setConstant('my_val', 'val');
     $this->assertThat($this->object->getConstant('my_val'), $this->equalTo('val'));
 }