lithium\tests\cases\storage\session\adapter\MemoryTest::testIsStarted PHP Method

testIsStarted() public method

This adapter is always started when a new object is generated.
public testIsStarted ( )
    public function testIsStarted()
    {
        $this->assertTrue($this->Memory->isStarted());
    }