public function testReverseTransformNull()
 {
     $this->assertEquals(new ArrayCollection(), $this->transformer->reverseTransform(null));
 }