method_exists($obj, $method)), ]; } public function getTests() { return [ new TwigTest('object', fn ($value) => is_object($value)), ]; } }