Example #1
0
 public function setUpLicense($globPath)
 {
     parent::setUpLicense($globPath);
 }
 /**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     $this->ModuleOptions = null;
     parent::tearDown();
 }
Example #3
0
 public function setUpLicense($globPath)
 {
     parent::setUpLicense($globPath);
     $this->helper = new IsLicensed($this->getValidatorService());
 }