* @copyright 2011-2026 Nicola Asuni - Tecnick.com LTD * @license https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE) * @link https://github.com/tecnickcom/tc-lib-pdf-encrypt * * This file is part of tc-lib-pdf-encrypt software library. */ namespace Test; class OutputTestDouble extends \Com\Tecnick\Pdf\Encrypt\Output { public function callSetMissingValues(): void { $this->setMissingValues(); } }