start() public static method

启动session
public static start ( ) : void
return void
Ejemplo n.º 1
0
 /**
  * @covers think\Session::start
  *
  * @todo Implement testStart().
  */
 public function testStart()
 {
     \think\Session::start();
 }
Ejemplo n.º 2
0
 /**
  * @covers think\Session::start
  *
  * @todo Implement testStart().
  */
 public function testStart()
 {
     Session::start();
 }