public function testMutateType()
 {
     $value = 'json';
     $this->fixture->setType($value);
     $this->assertSame($value, $this->fixture->getType());
 }