Searched refs:sut (Results 1 – 5 of 5) sorted by relevance
14 protected $sut; variable in Sabre\\DAVACL\\FS\\HomeCollectionTest25 $this->sut = new HomeCollection($principalBackend, $this->path);26 $this->sut->collectionName = $this->name;41 $this->sut->getName()48 $child = $this->sut->getChild('user1');74 $this->sut->getOwner()82 $this->sut->getGroup()99 $this->sut->getACL()109 $this->sut->setACL([]);116 $this->sut->getSupportedPrivilegeSet()
12 protected $sut; variable in Sabre\\DAVACL\\FS\\FileTest26 $this->sut = new File($this->path, $this->acl, $this->owner);34 $this->sut->getOwner()42 $this->sut->getGroup()51 $this->sut->getACL()61 $this->sut->setACL([]);68 $this->sut->getSupportedPrivilegeSet()
10 $this->sut = new Collection($this->path, $this->acl, $this->owner);23 $child = $this->sut->getChild('file.txt');35 $child = $this->sut->getChild('dir');
6 $sut = new IgnoreCodeCoverageClass();7 $this->assertTrue($sut->returnTrue());12 $sut = new IgnoreCodeCoverageClass();13 $this->assertFalse($sut->returnFalse());
[all...]