Example #1
0
 public function testContainer()
 {
     Sbp::execute(__DIR__ . '/../container/foo.sbp');
     $foo = new XFoo();
     $this->assertSame($foo->hello(), "Hello foo");
 }