Scalr\Tests\Api\ApiEntityAdapterTest::testConvertInputValue PHP 메소드

testConvertInputValue() 공개 메소드

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