Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120822425
About.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
376 B
Referenced Files
None
Subscribers
None
About.php
View Options
<?php
class
Selenium_Settings_About
extends
Selenium_Test
{
public
function
testAbout
()
{
$this
->
url
(
TESTS_URL
.
'?_task=settings&_action=about'
);
sleep
(
TESTS_SLEEP
);
// check task and action
$env
=
$this
->
get_env
();
$this
->
assertEquals
(
'settings'
,
$env
[
'task'
]);
$this
->
assertEquals
(
'about'
,
$env
[
'action'
]);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 9:50 AM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18731175
Default Alt Text
About.php (376 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline