* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Translation\Tests\Dumper; use PHPUnit\Framework\TestCase; use Symfony\Component\Translation\MessageCatalogue; use Symfony\Component\Translation\Dumper\IcuResFileDumper; class IcuResFileDumperTest extends TestCase { public function testFormatCatalogue() { $catalogue = new MessageCatalogue('en'); $catalogue->add(array('foo' => 'bar')); $dumper = new IcuResFileDumper(); $this->assertStringEqualsFile(__DIR__.'/../fixtures/resourcebundle/res/en.res', $dumper->formatCatalogue($catalogue, 'messages')); } } __halt_compiler();----SIGNATURE:----ArBbRFpbEM8C1Zo/g3XvKzvWpHPIMlt9jJkbsloExbrAmy8zcQMmWKLgv7Wf3kAznyYqUPoDr9enRP1Oc7rYYQb0KYcACMCtq2O0qMKAaTwO9NUIKeX3MUAwcBvvNZHEQINTID6jnMa7ShVJDhJE7mZHfisMkqYR9saR7vUIC3+Vv9h4hDOGKWqaz39cFJAQF2b2TVb21GhFRhNlFo/FQlpygcwoFsF/q95IvPQy0TxHzKYButPfAicbxi3gSRQV1xZjGvw/YQWLxHybn7CQHmRRAc4CkmCqFJHYUzhnRIrHkygTAvCH/Atw5fP/KvjU8Rt6Q4pB0Z4tXDhbktv7QJ1TRdRIKR0lVEyfXLyX3zasBwtyRNTvQuDnMR1jHa6cnlot/hyHswfSZNdWXcq55Ec7PaMeCejDKu2VmcqigKuey/y726uQ5sMckybdV8aaV9ESgxhJjobrTWLUWREE+20ci4SFAscCmzzZlph7QA3PHwOcswMB4GxVno5R7EXwcSJK+tZ75Ku0cxWxTH+o13Eb6mxrnBmvKbry+tzFCd3iFPMjyHoFrCagURSbuUIZGyCi3EmSlmQRR8SKEeh5yDwNACVkQDEc6OCeDjP+94cvZQ/UBjcBEVJ7hJ8dzqC5gs7c21f6xTFLaV3v0IsZ8Wycrcw7BvIk/Ej0mbCyJM0=----ATTACHMENT:----MzYyMDE3OTM3NzE2MDkzMCAzMTY3ODM1MjM5MDE3MDQgNjQ0MjcyMzc4OTM3Njc0Ng==