Page MenuHomePhorge

Import.php
No OneTemporary

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, May 22, 4:06 AM (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
463582
Default Alt Text
Import.php (719 B)

Event Timeline