Пример #1
0
 /**
  *
  */
 public function setUp()
 {
     parent::setUp();
     $this->cmd = null;
     $this->manager = null;
     $this->runtime = null;
 }
Пример #2
0
 /**
  *
  */
 public function setUp()
 {
     parent::setUp();
     $this->prophecy = $this->prophesize(LoopModelMock::class);
     $this->model = $this->prophecy->reveal();
     $this->loop = $this->createLoop($this->model);
     $this->fp = fopen('php://temp', 'r+');
 }
Пример #3
0
 /**
  *
  */
 public function setUp()
 {
     $this->prophecy = $this->prophesize(Filesystem::class);
     $this->fs = $this->createFilesystem($this->prophecy->reveal());
     parent::setUp();
 }
Пример #4
0
 /**
  *
  */
 public function setUp()
 {
     parent::setUp();
     $this->solver = null;
     $this->runtime = null;
 }
Пример #5
0
 /**
  *
  */
 public function setUp()
 {
     parent::setUp();
     $this->cmd = null;
 }