Ejemplo n.º 1
0
 /**
  * IoC Container set-up
  * @param Pimple\Container $container
  */
 public function let($container)
 {
     $container->beADoubleOf('Pimple\\Container');
     $this->beConstructedWith($container);
 }