Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117752561
Config.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
613 B
Referenced Files
None
Subscribers
None
Config.php
View Options
<?php
/**
* Test class to test rcube_config class
*
* @package Tests
*/
class
Framework_Config
extends
PHPUnit_Framework_TestCase
{
/**
* Class constructor
*/
function
test_class
()
{
$object
=
new
rcube_config
();
$this
->
assertInstanceOf
(
'rcube_config'
,
$object
,
"Class constructor"
);
}
/**
* Test resolve_timezone_alias()
*/
function
test_resolve_timezone_alias
()
{
$this
->
assertSame
(
'UTC'
,
rcube_config
::
resolve_timezone_alias
(
'Etc/GMT'
));
$this
->
assertSame
(
'UTC'
,
rcube_config
::
resolve_timezone_alias
(
'Etc/Zulu'
));
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Apr 4, 4:21 AM (11 h, 38 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
fc/bf/fdf1dcafd078d07e47b21fb74871
Default Alt Text
Config.php (613 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline