Example #1
0
 /**
  * @covers Geissler\CSL\Locale\Locale::getOptions
  */
 public function testGetOptions()
 {
     $this->assertInstanceOf('\\Geissler\\CSL\\Locale\\Locale', $this->object->readFile('de'));
     $this->assertFalse($this->object->getOptions('punctuation-in-quote'));
 }