public function __construct($test_id = NULL) {
     parent::__construct($test_id);
     $this->profile = $this->getTestProfile();
 }
Example #2
0
 function __construct($test_id = NULL)
 {
     parent::__construct($test_id);
     $this->testFunctions = new LdapTestFunctions();
 }