Youshido\Tests\Library\Relay\ConnectionTest::testConnectionArgs PHP Method

testConnectionArgs() public method

public testConnectionArgs ( )
    public function testConnectionArgs()
    {
        $this->assertEquals(['after' => ['type' => TypeMap::TYPE_STRING], 'first' => ['type' => TypeMap::TYPE_INT], 'before' => ['type' => TypeMap::TYPE_STRING], 'last' => ['type' => TypeMap::TYPE_INT]], Connection::connectionArgs());
    }