InputTest::testConstructInput PHP Method

testConstructInput() public method

public testConstructInput ( )
    public function testConstructInput()
    {
        return new \Gajus\Vlad\Input(['foo' => 'bar']);
    }