config() публичный Метод

public config ( ) : GraphAware\Reco4PHP\Config\Config
Результат GraphAware\Reco4PHP\Config\Config
Пример #1
0
 public function testDefault()
 {
     $input = FakeNode::createDummy();
     $context = new SimpleContext();
     $this->assertInstanceOf(Config::class, $context->config());
 }