/**
  * Test createFeedbackType: create a new valid feedback type
  *
  * @covers NDB_BVL_Feedback::createFeedbackType
  * @throws LorisException
  * @return void
  */
 public function testCreateNewFeedbackType()
 {
     $this->assertEquals(6, $this->_feedbackObj->createFeedbackType('New Test Type', 'Created from PHPUnit tests'));
 }