Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120824074
ResponseCreate.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
993 B
Referenced Files
None
Subscribers
None
ResponseCreate.php
View Options
<?php
/**
* Test class to test rcmail_action_settings_response_create
*
* @package Tests
*/
class
Actions_Settings_ResponseCreate
extends
ActionTestCase
{
/**
* Test run() method
*/
function
test_run
()
{
$action
=
new
rcmail_action_settings_response_create
;
$output
=
$this
->
initOutput
(
rcmail_action
::
MODE_HTTP
,
'settings'
,
'add-response'
);
$this
->
assertInstanceOf
(
'rcmail_action'
,
$action
);
$this
->
assertTrue
(
$action
->
checks
());
$_GET
=
[];
$this
->
runAndAssert
(
$action
,
OutputHtmlMock
::
E_EXIT
);
$result
=
$output
->
getOutput
();
$this
->
assertSame
(
'responseedit'
,
$output
->
template
);
$this
->
assertSame
(
'Add response'
,
$output
->
getProperty
(
'pagetitle'
));
$this
->
assertSame
(
false
,
$output
->
get_env
(
'readonly'
));
$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
Fri, Apr 24, 10:16 AM (3 d, 10 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18809298
Default Alt Text
ResponseCreate.php (993 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline