예제 #1
0
    public function testParse_principal_search_property_set()
    {
        DAV_Test_Request_REPORT::setInputstring(<<<EOS
<?xml version="1.0" encoding="utf-8" ?>
<principal-search-property-set xmlns="DAV:" />
EOS
);
        $obj = DAV_Test_Request_REPORT::inst();
        $this->assertSame('principal_search_property_set', $obj->type, 'DAV_Request_REPORT should recognize principal-search-property-set as a type');
        return $obj;
    }