Example #1
0
 public function testgetDi()
 {
     $di = new \Box_Di();
     $this->api->setDi($di);
     $getDi = $this->api->getDi();
     $this->assertEquals($di, $getDi);
 }