404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.143.239.135: ~ $
<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Symfony\Component\Mime\Encoder;

use PHPUnit\Framework\TestCase;

class IdnAddressEncoderTest extends TestCase
{
    public function testEncodeString()
    {
        $this->assertSame('test@xn--fuball-cta.test', (new IdnAddressEncoder())->encodeString('test@fußball.test'));
    }
}

Filemanager

Name Type Size Permission Actions
Base64EncoderTest.php File 6.44 KB 0644
Base64MimeHeaderEncoderTest.php File 582 B 0644
IdnAddressEncoderTest.php File 554 B 0644
QpEncoderTest.php File 9.12 KB 0644
QpMimeHeaderEncoderTest.php File 5.59 KB 0644
Rfc2231EncoderTest.php File 4.3 KB 0644