コード例 #1
0
ファイル: LicenseTest.php プロジェクト: Ellipizle/LosLicense
 public function setUpLicense($globPath)
 {
     parent::setUpLicense($globPath);
 }
コード例 #2
0
 public function setUpLicense($globPath)
 {
     parent::setUpLicense($globPath);
     $this->helper = new IsLicensed($this->getValidatorService());
 }