Exemplo n.º 1
0
 /**
  * @test
  */
 public function shouldRetrieveServices()
 {
     $this->migration->setContainer(new \ArrayObject(array('service' => 123)));
     $this->assertEquals(123, $this->migration->get('service'));
 }