Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3310310
CheckRecent.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
359 B
Referenced Files
None
Subscribers
None
CheckRecent.php
View Options
<?php
class
Selenium_Mail_CheckRecent
extends
Selenium_Test
{
public
function
testCheckRecent
()
{
$this
->
go
(
'mail'
);
$res
=
$this
->
ajaxResponse
(
'check-recent'
,
"rcmail.command('checkmail')"
);
$this
->
assertEquals
(
'check-recent'
,
$res
[
'action'
]);
$this
->
assertRegExp
(
'/this
\.
set_unread_count/'
,
$res
[
'exec'
]);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Apr 9, 12:23 PM (12 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
463919
Default Alt Text
CheckRecent.php (359 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment