コード例 #1
0
ファイル: Queue.php プロジェクト: namnv609/Codeception
 /**
  * Setup connection and open/setup the connection with config settings
  *
  * @param \Codeception\TestCase $test
  */
 public function _before(\Codeception\TestCase $test)
 {
     $this->queueDriver->openConnection($this->config);
 }
コード例 #2
0
ファイル: Queue.php プロジェクト: solutionDrive/Codeception
 /**
  * Setup connection and open/setup the connection with config settings
  *
  * @param \Codeception\TestInterface $test
  */
 public function _before(TestInterface $test)
 {
     $this->queueDriver->openConnection($this->config);
 }