Ejemplo n.º 1
0
 public function testTreeBranchCallbackAppliesToLeavesMulti()
 {
     $this->input[1]["name"] = str_split($this->input[1]["name"]);
     $result = Converter::tree()->branch()->callback("implode")->transform($this->input);
     $this->assertEquals('1Alexandre9345343846', $result[1]);
 }