protected function setUp()
 {
     parent::setUp();
     $this->injector = new TypeHintInjector($this->container);
 }
 protected function setUp()
 {
     parent::setUp();
     require_once __DIR__ . '/Annotation/stubs.php';
     $this->injector = new AnnotationInjector($this->container, new AnnotationReader());
 }
 protected function setUp()
 {
     parent::setUp();
     require_once __DIR__ . '/PHPStatic/stubs.php';
     $this->injector = new PHPStaticInjector($this->container);
 }