Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F9789577
Mail.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
665 B
Referenced Files
None
Subscribers
None
Mail.php
View Options
<?php
class
Selenium_Mail_Mail
extends
Selenium_Test
{
public
function
testMail
()
{
$this
->
go
(
'mail'
);
// check task
$env
=
$this
->
get_env
();
$this
->
assertEquals
(
'mail'
,
$env
[
'task'
]);
$objects
=
$this
->
get_objects
();
// these objects should be there always
$this
->
assertContains
(
'qsearchbox'
,
$objects
);
$this
->
assertContains
(
'mailboxlist'
,
$objects
);
$this
->
assertContains
(
'messagelist'
,
$objects
);
$this
->
assertContains
(
'quotadisplay'
,
$objects
);
$this
->
assertContains
(
'search_filter'
,
$objects
);
$this
->
assertContains
(
'countdisplay'
,
$objects
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Aug 18, 8:16 AM (13 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1089687
Default Alt Text
Mail.php (665 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment