public function testSetManupulator()
 {
     $newManipulator = new PropertyManipulator();
     $transformer = new Transformer();
     $transformer->setManipulator($newManipulator);
     $this->assertSame($newManipulator, $transformer->getManipulator());
 }