Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2485253
LocalizationTest.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
424 B
Referenced Files
None
Subscribers
None
LocalizationTest.php
View Options
<?php
class
LocalizationTest
extends
PHPUnit\Framework\TestCase
{
/**
* Test all localization files for possible errors
*/
function
test_localization
()
{
// Any error/warning will fail the
foreach
(
glob
(
__DIR__
.
'/../localization/*.inc'
)
as
$file
)
{
$labels
=
$messages
=
[];
include
$file
;
$this
->
assertTrue
(!
empty
(
$labels
));
}
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Nov 21, 11:47 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
387460
Default Alt Text
LocalizationTest.php (424 B)
Attached To
Mode
R14 roundcubemail-plugins-kolab
Attached
Detach File
Event Timeline
Log In to Comment