Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3319589
Compose.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
806 B
Referenced Files
None
Subscribers
None
Compose.php
View Options
<?php
class
Selenium_Mail_Compose
extends
Selenium_Test
{
public
function
testCompose
()
{
$this
->
go
(
'mail'
,
'compose'
);
// check task and action
$env
=
$this
->
get_env
();
$this
->
assertEquals
(
'mail'
,
$env
[
'task'
]);
$this
->
assertEquals
(
'compose'
,
$env
[
'action'
]);
$objects
=
$this
->
get_objects
();
// these objects should be there always
$this
->
assertContains
(
'qsearchbox'
,
$objects
);
$this
->
assertContains
(
'addressbookslist'
,
$objects
);
$this
->
assertContains
(
'contactslist'
,
$objects
);
$this
->
assertContains
(
'messageform'
,
$objects
);
$this
->
assertContains
(
'attachmentlist'
,
$objects
);
$this
->
assertContains
(
'filedrop'
,
$objects
);
$this
->
assertContains
(
'uploadform'
,
$objects
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Apr 9, 6:11 PM (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
463529
Default Alt Text
Compose.php (806 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment