. **/ require_once __DIR__.'/../common/testFormPreprocessingClone.php'; /** * Test of cloning template with preprocessing steps in items. * * @backup hosts, items * * TODO: remove ignoreBrowserErrors after DEV-4233 * @ignoreBrowserErrors */ class testFormPreprocessingCloneTemplate extends testFormPreprocessingClone { public $hostid = 15000; // Inheritance test template. public $itemid = 15000; // itemInheritance. public $lldid = 15011; // testInheritanceDiscoveryRule. public $item_prototypeid = 15021; // itemDiscovery. /** * @onBefore prepareLLDPreprocessing, prepareItemPreprocessing, prepareItemPrototypePreprocessing */ public function testFormPreprocessingCloneTemplate_CloneTemplate() { $this->executeCloning(true); } }