blob: eb09ee3e5bad01f19871274374c5c34fc2977925 [file] [log] [blame]
<?php
/**
* Client test for Cadaver (with locking).
*
* @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_lock_setup.php';
/**
* Client test for Cadaver (with locking).
*
* @package Webdav
* @subpackage Tests
*/
class ezcWebdavCadaverLockClientTest extends ezcTestCase
{
public static function suite()
{
return new ezcWebdavClientTestSuite(
'Cadaver (lock)',
'clients/cadaver_lock.php',
new ezcWebdavClientTestContinuousLockSetup()
);
}
}
?>