Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7056345
About.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
349 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'
);
// 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, Jun 12, 3:22 AM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
857914
Default Alt Text
About.php (349 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment