Ejemplo n.º 1
0
 public function testTransformer()
 {
     $t = new Transformer("dummy-value");
     $this->assertEquals("dummy-value", $t->getValue());
 }