public function test___set01() { $item = new YouTrackObject(); $value = 'bar'; $item->__set('foo', $value); $this->assertEquals($value, $item->__get('foo')); }
public function __construct(\SimpleXMLElement $xml = NULL, Connection $youtrack = NULL) { parent::__construct($xml, $youtrack); }