Пример #1
0
 /**
  * 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
 /**
  * Setup connection and open/setup the connection with config settings
  *
  * @param \Codeception\TestInterface $test
  */
 public function _before(TestInterface $test)
 {
     $this->queueDriver->openConnection($this->config);
 }