Page MenuHomePhorge

Logout.php
No OneTemporary

Size
425 B
Referenced Files
None
Subscribers
None

Logout.php

<?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

Mime Type
text/x-php
Expires
Fri, May 22, 5:24 AM (23 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
462846
Default Alt Text
Logout.php (425 B)

Event Timeline