blob: e9ac8902336c77d5d53b96418b0e8e2ab7ab23c9 [file] [log] [blame]
<?php
/**
* RFC conformance client test.
*
* @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_rfc_setup.php';
/**
* RFC conformance client test.
*
* @package Webdav
* @subpackage Tests
*/
class ezcWebdavRfcClientTest extends ezcTestCase
{
public static function suite()
{
return new ezcWebdavClientTestSuite(
'RFC',
'clients/rfc.php',
new ezcWebdavClientTestRfcSetup()
);
}
}
?>