/**
  * @depends				testInterface
  * @expectedException	InvalidArgumentException
  * @dataProvider		provideInvalidStringsIncludeNull
  * @return null
  */
 public function testSetTypeNotString_Failure($type)
 {
     $this->request->setType($type);
 }