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