Page MenuHomePhorge

CheckRecent.php
No OneTemporary

Authored By
Unknown
Size
359 B
Referenced Files
None
Subscribers
None

CheckRecent.php

<?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

Mime Type
text/x-php
Expires
Fri, Apr 24, 9:58 AM (6 d, 15 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18770271
Default Alt Text
CheckRecent.php (359 B)

Event Timeline