示例#1
0
 public function testGetHelperSetReturnsApplicationHelperSetByDefault()
 {
     $helperSet = new HelperSet();
     $this->applicationConfig->setHelperSet($helperSet);
     $this->assertSame($helperSet, $this->config->getHelperSet());
 }