static::assertEquals(500, $res->getStatusCode()); static::assertEquals('STOREFRONT__CLASS_DONT_HAVE_TWIG_INJECTED', $res->getErrorCode()); static::assertEquals('Class Example\Class does not have twig injected. Add to your service definition a method call to setTwig with the twig instance', $res->getMessage()); } }