InputTest::testConstructInput PHP 메소드

testConstructInput() 공개 메소드

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