Home
last modified time | relevance | path

Searched refs:sut (Results 1 – 5 of 5) sorted by relevance

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/FS/
H A DHomeCollectionTest.php14 protected $sut; variable in Sabre\\DAVACL\\FS\\HomeCollectionTest
25 $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()
H A DFileTest.php12 protected $sut; variable in Sabre\\DAVACL\\FS\\FileTest
26 $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()
H A DCollectionTest.php10 $this->sut = new Collection($this->path, $this->acl, $this->owner);
23 $child = $this->sut->getChild('file.txt');
35 $child = $this->sut->getChild('dir');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DIgnoreCodeCoverageClassTest.php6 $sut = new IgnoreCodeCoverageClass();
7 $this->assertTrue($sut->returnTrue());
12 $sut = new IgnoreCodeCoverageClass();
13 $this->assertFalse($sut->returnFalse());
/plugin/mermaid/
H A Dmermaid.min.js[all...]