Exemplo n.º 1
0
 public function testDetab()
 {
     $text = new Text("12\t56");
     $this->assertEquals("12  56", $text->detab());
 }