/** * @covers Gacela\Field\Binary::transform * @todo Implement testTransform(). */ public function testTransform() { $value = 'value'; $this->assertSame($value, $this->object->transform($this->meta, $value)); }