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