Neos\Flow\Tests\Unit\Property\TypeConverter\BooleanConverterTest::convertFromCastsSourceStringToBoolean PHP Méthode

convertFromCastsSourceStringToBoolean() public méthode

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