/** * @covers think\Session::pause * * @todo Implement testPause(). */ public function testPause() { \think\Session::pause(); }
/** * @covers think\Session::pause * * @todo Implement testPause(). */ public function testPause() { Session::pause(); }