Пример #1
0
 public function testConfigMode()
 {
     $options = array('explainother' => 'id:12');
     $this->debug->setOptions($options);
     $this->assertEquals($options['explainother'], $this->debug->getExplainOther());
 }