Beispiel #1
0
 public function testGetCloudSerializer()
 {
     $this->assertEquals($this->cloudSerializer, Serializer::getCloudSerializer());
 }
Beispiel #2
0
 /**
  * {@inheritDoc}
  */
 protected function createCloudTransformer()
 {
     $transformer = new CloudTransformer();
     $transformer->setSerializer(Serializer::getCloudSerializer());
     return $transformer;
 }