Beispiel #1
0
 protected function setUp()
 {
     parent::setUp();
     $this->resolver = new Resolver();
 }
Beispiel #2
0
 protected function setUp()
 {
     parent::setUp();
     $this->reference = new Reference(0x4, 0x4);
 }
 protected function setUp()
 {
     parent::setUp();
     $this->tagRestrictions = new TagRestrictions();
 }
Beispiel #4
0
 protected function setUp()
 {
     parent::setUp();
     $this->sync = new Sync();
 }
 protected function setUp()
 {
     parent::setUp();
     $this->extendedHeader = new ExtendedHeader();
 }
Beispiel #6
0
 protected function setUp()
 {
     parent::setUp();
     $this->header = new Header();
 }
Beispiel #7
0
 protected function setUp()
 {
     parent::setUp();
     $this->tag = new Tag();
 }