public function testInstanceCreation()
 {
     $this->singletonTest->checkSingletonInstance();
 }
示例#2
0
 public function testInstanceCreation()
 {
     $this->singletonTest->checkSingletonInstance('\\CloudFramework\\Core\\ConfigLoader');
 }