Example #1
0
 public function setUpLicense($globPath)
 {
     parent::setUpLicense($globPath);
 }
Example #2
0
 public function setUpLicense($globPath)
 {
     parent::setUpLicense($globPath);
     $this->helper = new IsLicensed($this->getValidatorService());
 }