Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117878857
PrefsEdit.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
930 B
Referenced Files
None
Subscribers
None
PrefsEdit.php
View Options
<?php
/**
* Test class to test rcmail_action_settings_prefs_edit
*
* @package Tests
*/
class
Actions_Settings_PrefsEdit
extends
ActionTestCase
{
/**
* Test run() method
*/
function
test_run
()
{
$action
=
new
rcmail_action_settings_prefs_edit
;
$output
=
$this
->
initOutput
(
rcmail_action
::
MODE_HTTP
,
'settings'
,
'edit-prefs'
);
$this
->
assertInstanceOf
(
'rcmail_action'
,
$action
);
$this
->
assertTrue
(
$action
->
checks
());
$_GET
[
'_section'
]
=
'general'
;
$this
->
runAndAssert
(
$action
,
OutputHtmlMock
::
E_EXIT
);
$result
=
$output
->
getOutput
();
$this
->
assertSame
(
'settingsedit'
,
$output
->
template
);
$this
->
assertSame
(
'Preferences'
,
$output
->
getProperty
(
'pagetitle'
));
$this
->
assertTrue
(
stripos
(
$result
,
"<!DOCTYPE html>"
)
===
0
);
$this
->
assertTrue
(
strpos
(
$result
,
"rcmail.gui_object('editform', 'form')"
)
!==
false
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Apr 5, 10:37 PM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18809334
Default Alt Text
PrefsEdit.php (930 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline