@covers Twig_Node_Expression_Filter::compile @expectedException Twig_Error_Syntax @expectedExceptionMessage The test "nul" does not exist. Did you mean "null" at line 0
public function testUnknownTest() {
$node = $this
->createTest(new Twig_Node_Expression_Constant('foo', 0), 'nul');
$node
->compile($this
->getCompiler());
}