Ejemplo n.º 1
0
 public function setUp()
 {
     $this->client = new CurlClient();
     parent::setUp();
 }
Ejemplo n.º 2
0
 public function setUp()
 {
     parent::setUp();
     $this->list = new ArrayList();
 }
 public function setUp()
 {
     parent::setUp();
     $this->strictTraitImpl = new StrictlyTypedCollectionImpl();
 }
 public function setUp()
 {
     parent::setUp();
     $this->instance = new Phabricator($this->baseUrl, $this->dummyToken);
 }
Ejemplo n.º 5
0
 public function setUp()
 {
     $this->set = new HashSet();
     parent::setUp();
 }
Ejemplo n.º 6
0
 public function setUp()
 {
     parent::setUp();
     $content = file_get_contents(self::testFile);
     $this->symfonyParserResult = (new SymfonyYAMLParser())->parse($content);
 }
 public function setUp()
 {
     parent::setUp();
     $this->impl = new ClientAwareTraitImpl();
 }
Ejemplo n.º 8
0
 /**
  * @inheritDoc
  */
 protected function setUp()
 {
     parent::setUp();
     $this->map = new HashMap();
 }