Page MenuHomePhorge

Getunread.php
No OneTemporary

Size
283 B
Referenced Files
None
Subscribers
None

Getunread.php

<?php
class Selenium_Mail_Getunread extends Selenium_Test
{
public function testGetunread()
{
$this->go('mail');
$res = $this->ajaxResponse('getunread', "rcmail.http_request('getunread')");
$this->assertEquals('getunread', $res['action']);
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Apr 9, 1:04 PM (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
465708
Default Alt Text
Getunread.php (283 B)

Event Timeline