Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3314085
Config.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
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
Thu, Apr 9, 2:50 PM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
462889
Default Alt Text
Config.php (613 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment