Interop\Async\Loop\LoopStateTest::getsPreviouslySetValue PHP Method

getsPreviouslySetValue() public method

public getsPreviouslySetValue ( $value )
    public function getsPreviouslySetValue($value)
    {
        $this->loop->setState("foobar", $value);
        $this->assertSame($value, $this->loop->getState("foobar"));
    }