Example #1
0
 public function setUp()
 {
     $this->container = new Ioc();
     Ioc::register('NullObject', function () {
         return new NullObject();
     });
 }