eZ\Publish\Core\Persistence\Tests\TransformationProcessor\TransformationProcessorDefinitionBasedTest::testApplyAllLowercaseNormalizations PHP Метод

testApplyAllLowercaseNormalizations() публичный Метод

    public function testApplyAllLowercaseNormalizations()
    {
        $processor = $this->getProcessor();
        $this->assertSame('hello world!', $processor->transformByGroup('Hello World!', 'lowercase'));
    }