#!/usr/bin/env php buildIssuelinkDataTest(array('id' => 1, 'linktype' => 'blocks', 'source' => 'ISSUE-001', 'destination' => 'ISSUE-002'))) && p('linktype') && e('blocks'); r($convertTest->buildIssuelinkDataTest(array('id' => 2))) && p('linktype') && e('~~'); r($convertTest->buildIssuelinkDataTest(array('id' => 3, 'linktype' => '', 'source' => '', 'destination' => ''))) && p('source') && e('~~'); r($convertTest->buildIssuelinkDataTest(array('id' => 4, 'linktype' => null, 'source' => null, 'destination' => null))) && p('destination') && e('~~'); r($convertTest->buildIssuelinkDataTest(array('id' => 5, 'linktype' => 'relates&to', 'source' => 'ISSUE<001>', 'destination' => 'ISSUE"002"'))) && p('linktype') && e('relates&to');