Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120824863
Addressbook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
585 B
Referenced Files
None
Subscribers
None
Addressbook.php
View Options
<?php
class
Selenium_Addressbook_Addressbook
extends
Selenium_Test
{
public
function
testAddressbook
()
{
$this
->
go
(
'addressbook'
);
// check task
$env
=
$this
->
get_env
();
$this
->
assertEquals
(
'addressbook'
,
$env
[
'task'
]);
$objects
=
$this
->
get_objects
();
// these objects should be there always
$this
->
assertContains
(
'qsearchbox'
,
$objects
);
$this
->
assertContains
(
'folderlist'
,
$objects
);
$this
->
assertContains
(
'contactslist'
,
$objects
);
$this
->
assertContains
(
'countdisplay'
,
$objects
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 10:29 AM (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18837530
Default Alt Text
Addressbook.php (585 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline