__construct() public method

Should be subclassed with test methods for a functional test case.
public __construct ( string $label = false )
$label string Name of test case. Will use the class name if none specified.
 /**
  * default constructor
  * @access public
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     session_start();
 }
Esempio n. 2
0
 /**
  * default constructor
  * @access public
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
 }