Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120825225
Logout.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
425 B
Referenced Files
None
Subscribers
None
Logout.php
View Options
<?php
class
Selenium_Logout
extends
Selenium_Test
{
public
function
testLogout
()
{
$this
->
go
(
'mail'
);
$this
->
click_button
(
'logout'
);
sleep
(
TESTS_SLEEP
);
// task should be set to 'login'
$env
=
$this
->
get_env
();
$this
->
assertEquals
(
'login'
,
$env
[
'task'
]);
// form should exist
$user_input
=
$this
->
byCssSelector
(
'form input[name="_user"]'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 10:35 AM (7 h, 5 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ff/a2/aea68a517c03320adc0b55122a6a
Default Alt Text
Logout.php (425 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline