init() public static method

init
public static init ( array $packages = [] ) : void
$packages array packages
return void
コード例 #1
0
ファイル: PackageTest.php プロジェクト: dooglegh/xpressengine
 /**
  * Sets up the fixture, for example, open a network connection.
  * This method is called before a test is executed.
  */
 protected function setUp()
 {
     Package::init();
     Package::setHandler($this->getHandler());
     parent::setUp();
 }