Ejemplo n.º 1
0
 /**
  * @test
  */
 public function returnsAdapter()
 {
     $this->assertSame($this->adapter, $this->queue->getAdapter());
 }