public function testGetCommands()
 {
     $defaultValue = array();
     $this->assertThat($this->object->getCommands(), $this->equalTo($defaultValue));
 }