Elgg\Forms\StickyFormsTest::testMakeStickyFormStoresInputsInTheSession PHP Method

testMakeStickyFormStoresInputsInTheSession() public method

It's important to test that this information is actually stored in the session because that is a meaningful implementation detail that guarantees the "sticky" aspect. If it just stored inputs it in an array cache, the information would be lost at the end of the request (i.e. not sticky).
    public function testMakeStickyFormStoresInputsInTheSession()
    {
        $this->markTestIncomplete();
    }