Lines Matching refs:data

62         list($data) = $xml->xpath('/d:multistatus/d:response/d:href');
63 $this->assertEquals('/',(string)$data,'href element should have been /');
65 $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:resourcetype');
66 $this->assertEquals(1,count($data));
88 list($data) = $xml->xpath('/d:multistatus/d:response/d:href');
89 $this->assertEquals('/test2.txt',(string)$data,'href element should have been /');
91 $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:getcontentlength');
92 $this->assertEquals(1,count($data));
111 … $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry');
112 $this->assertEquals(2,count($data),'We expected two \'d:lockentry\' tags');
114 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc…
115 $this->assertEquals(2,count($data),'We expected two \'d:lockscope\' tags');
117 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc…
118 $this->assertEquals(2,count($data),'We expected two \'d:locktype\' tags');
120 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc…
121 $this->assertEquals(1,count($data),'We expected a \'d:shared\' tag');
123 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc…
124 $this->assertEquals(1,count($data),'We expected a \'d:exclusive\' tag');
126 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc…
127 $this->assertEquals(2,count($data),'We expected two \'d:write\' tags');
145 $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:lockdiscovery');
146 $this->assertEquals(1,count($data),'We expected a \'d:lockdiscovery\' tag');