Exemplo n.º 1
0
 /**
  * Method to test getFormat().
  *
  * @return void
  *
  * @covers Windwalker\Language\Language::getFormat
  */
 public function testGetFormat()
 {
     $this->assertInstanceOf('Windwalker\\Language\\Format\\IniFormat', $this->instance->getFormat('ini'));
     $this->assertInstanceOf('Windwalker\\Language\\Format\\YamlFormat', $this->instance->getFormat('yaml'));
 }