config() public method

public config ( ) : GraphAware\Reco4PHP\Config\Config
return GraphAware\Reco4PHP\Config\Config
Example #1
0
 public function testDefault()
 {
     $input = FakeNode::createDummy();
     $context = new SimpleContext();
     $this->assertInstanceOf(Config::class, $context->config());
 }