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