Scalr\Tests\Api\ApiEntityAdapterTest::testConvertInputValue PHP Method

testConvertInputValue() public method

public testConvertInputValue ( string $filedType, mixed $value )
$filedType string
$value mixed Value what we have to convert
    public function testConvertInputValue($filedType, $value)
    {
        ApiEntityAdapter::convertInputValue($filedType, $value);
    }