示例#1
0
 public function testDefault()
 {
     $module = new SampleModule($this->container);
     $module->setContainer(new Container());
     $this->assertNotSame($this->container, $module->getContainer());
 }