Page MenuHomePhorge

Import.php
No OneTemporary

Authored By
Unknown
Size
719 B
Referenced Files
None
Subscribers
None

Import.php

<?php
class Selenium_Addressbook_Import extends Selenium_Test
{
public function testImport()
{
$this->go('addressbook', 'import');
// check task and action
$env = $this->get_env();
$this->assertEquals('addressbook', $env['task']);
$this->assertEquals('import', $env['action']);
$objects = $this->get_objects();
// these objects should be there always
$this->assertContains('importform', $objects);
}
public function testImport2()
{
$this->go('addressbook', 'import');
$objects = $this->get_objects();
// these objects should be there always
$this->assertContains('importform', $objects);
}
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Apr 24, 10:26 AM (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18840236
Default Alt Text
Import.php (719 B)

Event Timeline