expectNotToPerformAssertions(); $result = Kreuzberg::listDocumentExtractors(); } /** List embedding backends */ public function test_list_embedding_backends(): void { $this->expectNotToPerformAssertions(); $result = Kreuzberg::listEmbeddingBackends(); } /** List OCR backends */ public function test_list_ocr_backends(): void { $this->expectNotToPerformAssertions(); $result = Kreuzberg::listOcrBackends(); } /** List post-processors */ public function test_list_post_processors(): void { $this->expectNotToPerformAssertions(); $result = Kreuzberg::listPostProcessors(); } /** List renderers */ public function test_list_renderers(): void { $this->expectNotToPerformAssertions(); $result = Kreuzberg::listRenderers(); } /** List validators */ public function test_list_validators(): void { $this->expectNotToPerformAssertions(); $result = Kreuzberg::listValidators(); } }