getPimple() static public method

static public getPimple ( ) : Pimple\Container
return Pimple\Container
Example #1
0
 /**
  * @covers \Pressbooks\Container::getPimple
  */
 public function test_getPimpleException()
 {
     $this->setExpectedException('\\LogicException');
     $p = Container::getPimple();
 }