public function __construct($test_id = NULL) {
     parent::__construct($test_id);
     $this->profile = $this->getTestProfile();
 }
コード例 #2
0
ファイル: LdapTestCase.class.php プロジェクト: ehazell/AWBA
 function __construct($test_id = NULL)
 {
     parent::__construct($test_id);
     $this->testFunctions = new LdapTestFunctions();
 }