From ac550b2b0f6ce39f186c62f1399f0cbeca28b163 Mon Sep 17 00:00:00 2001 From: IamDejv Date: Fri, 24 Oct 2025 12:49:04 +0200 Subject: [PATCH] add test for test byPlaceholder children in envelope tags endpoint --- tests/Endpoint/EnvelopeTagsEndpointTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/Endpoint/EnvelopeTagsEndpointTest.php b/tests/Endpoint/EnvelopeTagsEndpointTest.php index c9dbeb2..2cb3b8e 100644 --- a/tests/Endpoint/EnvelopeTagsEndpointTest.php +++ b/tests/Endpoint/EnvelopeTagsEndpointTest.php @@ -9,6 +9,11 @@ */ class EnvelopeTagsEndpointTest extends EndpointTestCase { + public function testChildren(): void + { + self::assertDefaultEndpointPath(self::endpoint()->byPlaceholder(), '/api/envelopes/bar/tags/by-placeholder'); + } + public function testCRUD(): void { self::assertCrudRequests(self::endpoint(), '/api/envelopes/bar/tags');