@expectedException LogicException @expectedExceptionMessage You must set a loader first.
public function testRenderNoLoader() { $env = new Twig_Environment(); $env ->render('test'); }