define code coverage exclusions
This commit is contained in:
parent
640152b6a6
commit
1fd00635f9
@ -11,6 +11,7 @@
|
|||||||
* @link https://www.oxidmodule.com
|
* @link https://www.oxidmodule.com
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// @codeCoverageIgnoreStart
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
$sLangName = "Deutsch";
|
$sLangName = "Deutsch";
|
||||||
@ -57,3 +58,4 @@ $aLang = [
|
|||||||
'D3_DATAWIZARD_ERR_ACTIONRESULT' => '%1$s Eintrag verändert',
|
'D3_DATAWIZARD_ERR_ACTIONRESULT' => '%1$s Eintrag verändert',
|
||||||
'D3_DATAWIZARD_ERR_ACTIONRESULTS' => '%1$s Einträge verändert',
|
'D3_DATAWIZARD_ERR_ACTIONRESULTS' => '%1$s Einträge verändert',
|
||||||
];
|
];
|
||||||
|
// @codeCoverageIgnoreEnd
|
@ -11,6 +11,7 @@
|
|||||||
* @link https://www.oxidmodule.com
|
* @link https://www.oxidmodule.com
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// @codeCoverageIgnoreStart
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
$sLangName = "English";
|
$sLangName = "English";
|
||||||
@ -57,3 +58,4 @@ $aLang = [
|
|||||||
'D3_DATAWIZARD_ERR_ACTIONRESULT' => '%1$s entry changed',
|
'D3_DATAWIZARD_ERR_ACTIONRESULT' => '%1$s entry changed',
|
||||||
'D3_DATAWIZARD_ERR_ACTIONRESULTS' => '%1$s entries changed',
|
'D3_DATAWIZARD_ERR_ACTIONRESULTS' => '%1$s entries changed',
|
||||||
];
|
];
|
||||||
|
// @codeCoverageIgnoreEnd
|
Loading…
Reference in New Issue
Block a user