public function testGetDefinition()
 {
     $this->assertThat($this->object->getDefinition('undefined'), $this->equalTo(null));
 }