eZ\Publish\Core\MVC\Symfony\Locale\Tests\LocaleConverterTest::testConvertToPOSIX PHP Method

testConvertToPOSIX() public method

public testConvertToPOSIX ( $ezpLocale, $expected )
$ezpLocale
$expected
    public function testConvertToPOSIX($ezpLocale, $expected)
    {
        if ($expected === null) {
            $this->logger->expects($this->once())->method('warning');
        }
        $this->assertSame($expected, $this->localeConverter->convertToPOSIX($ezpLocale));
    }