\tests\thinkphp\library\thinksessionTest

Summary

Methods
Properties
Constants
testPrefix()
testInit()
testException()
testSet()
testGet()
testPull()
testDelete()
testClear()
testHas()
testPause()
testStart()
testDestroy()
No public properties found
No constants found
setUp()
tearDown()
$object
N/A
No private methods found
No private properties found
N/A

Properties

$object

$object : \think\Session

Type

Session

Methods

testPrefix()

testPrefix() : mixed

Returns

mixed —

testInit()

testInit() : mixed

Returns

mixed —

testException()

testException() : mixed

单独重现异常

Returns

mixed —

testSet()

testSet() : mixed

Returns

mixed —

testGet()

testGet() : mixed

Returns

mixed —

testPull()

testPull() : mixed

Returns

mixed —

testDelete()

testDelete() : mixed

Returns

mixed —

testClear()

testClear() : mixed

Returns

mixed —

testHas()

testHas() : mixed

Returns

mixed —

testPause()

testPause() : mixed

Returns

mixed —

testStart()

testStart() : mixed

Returns

mixed —

testDestroy()

testDestroy() : mixed

Returns

mixed —

setUp()

setUp() : mixed

Sets up the fixture, for example, opens a network connection.

This method is called before a test is executed.

Returns

mixed —

tearDown()

tearDown() : mixed

Tears down the fixture, for example, closes a network connection.

This method is called after a test is executed.

Returns

mixed —