validate(); $this->assertEquals([], $callback->getErrors()); $this->assertTrue($result); $this->assertEquals('http://notificationServer.com?transactionId={$request.body#/id}&email={$request.body#/email}', $callback->getUrl()); $this->assertInstanceOf(\cebe\openapi\spec\PathItem::class, $callback->getRequest()); } }