define code coverage exclusions

This commit is contained in:
Daniel Seifert 2022-12-24 23:39:45 +01:00
parent 640152b6a6
commit 1fd00635f9
Signed by: DanielS
GPG Key ID: 6A513E13AEE66170
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,7 @@
* @link https://www.oxidmodule.com
*/
// @codeCoverageIgnoreStart
declare(strict_types=1);
$sLangName = "Deutsch";
@ -57,3 +58,4 @@ $aLang = [
'D3_DATAWIZARD_ERR_ACTIONRESULT' => '%1$s Eintrag verändert',
'D3_DATAWIZARD_ERR_ACTIONRESULTS' => '%1$s Einträge verändert',
];
// @codeCoverageIgnoreEnd

View File

@ -11,6 +11,7 @@
* @link https://www.oxidmodule.com
*/
// @codeCoverageIgnoreStart
declare(strict_types=1);
$sLangName = "English";
@ -57,3 +58,4 @@ $aLang = [
'D3_DATAWIZARD_ERR_ACTIONRESULT' => '%1$s entry changed',
'D3_DATAWIZARD_ERR_ACTIONRESULTS' => '%1$s entries changed',
];
// @codeCoverageIgnoreEnd