PHPMailer/test/Fixtures/LocalizationTest/phpmailer.lang-fr.php

11 lines
256 B
PHP

<?php
/**
* Test fixture.
*
* Used in the `PHPMailer\LocalizationTest` to test overruling an existing translation
* file with a custom one by passing in a `$langPath` parameter.
*/
$PHPMAILER_LANG['empty_message'] = "Custom path test success (fr)";