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

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

The main point of this test is, that it shows that all normalizations available can be compiled without errors. The actual expectation is not important.
    public function testAllNormalizations()
    {
        $processor = $this->getProcessor();
        $this->assertSame('HELLO WORLD.', $processor->transform('Hello World!'));
    }