Page MenuHomePhorge

Getunread.php
No OneTemporary

Authored By
Unknown
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
Sun, Apr 5, 9:36 PM (3 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18830979
Default Alt Text
Getunread.php (283 B)

Event Timeline