Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j committed May 21, 2019
1 parent 75b3450 commit 183e896
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/Twig/ConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,4 @@ public function testWireConfig()
$config->getProcessors()[0]->resolve($this->container)
);
}

/**
* @expectedException \Spiral\Twig\Exception\ConfigException
*/
public function testWireConfigException()
{
$config = new TwigConfig([
'processors' => [$this]
]);

$config->getProcessors();
}
}

0 comments on commit 183e896

Please sign in to comment.