Пример #1
0
 public function testGetDjConfigOptionShouldAllowSpecifyingDefaultValue()
 {
     $this->assertEquals('bar', $this->helper->getDjConfigOption('foo', 'bar'));
 }