Scalr\Tests\Api\ApiEntityAdapterTest::testConvertInputValue PHP Méthode

testConvertInputValue() public méthode

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);
    }