コード例 #1
0
ファイル: LockTest.php プロジェクト: samizdam/WebDAV
 public function testInfiniteDepth()
 {
     $this->lock->setDepth(DepthHeader::INFINITY);
     $this->assertEquals(DepthHeader::INFINITY, $this->lock->getDepth());
     $this->assertTrue($this->lock->isDeep());
 }