Elgg\Cache\Pool\StashWrapperTest::testEnablesStashStampedeProtection PHP Method

testEnablesStashStampedeProtection() public method

http://www.stashphp.com/Invalidation.html#stampede-protection 1. Create a new cache 2. Get any entry 3. Check that Stash\Item::lock() was called 4. Get the same entry 5. Check that Stash\Item::lock() was *not* called
    public function testEnablesStashStampedeProtection()
    {
        $pool = StashWrapper::createEphemeral();
        $this->markTestIncomplete();
    }