Exemplo n.º 1
0
 public function testToString()
 {
     $adapter = new Adapter\Xliff(__DIR__ . '/_files/translation_en.xliff', 'en');
     $this->assertEquals('Xliff', $adapter->toString());
 }