blob: 02732fed5144432f4faa8ec0946d906d36a1754f [file] [log] [blame]
<?php
/**
* Client test for InternetExplorer 6 (auth).
*
* @package Webdav
* @subpackage Tests
* @version //autogentag//
* @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
require_once 'client_test_suite.php';
require_once 'client_test_continuous_ie_auth_setup.php';
/**
* Client test for InternetExplorer 6 (auth).
*
* @package Webdav
* @subpackage Tests
*/
class ezcWebdavIe6AuthClientTest extends ezcTestCase
{
public static function suite()
{
return new ezcWebdavClientTestSuite(
'InternetExplorer 6 (auth)',
'clients/ie6_auth.php',
new ezcWebdavClientTestContinuousIeAuthSetup()
);
}
}
?>