Neos\Flow\Tests\Unit\Property\TypeConverter\BooleanConverterTest::convertFromCastsSourceStringToBoolean PHP 메소드

convertFromCastsSourceStringToBoolean() 공개 메소드

    public function convertFromCastsSourceStringToBoolean()
    {
        $source = 'true';
        $this->assertTrue($this->converter->convertFrom($source, 'boolean'));
    }