‪TYPO3CMS  ‪main
TYPO3\CMS\Install\Tests\Unit\FolderStructure\AbstractNodeTest Class Reference
Inheritance diagram for TYPO3\CMS\Install\Tests\Unit\FolderStructure\AbstractNodeTest:
TYPO3\CMS\Install\Tests\Unit\FolderStructure\AbstractFolderStructureTestCase

Public Member Functions

 getNameReturnsSetName ()
 
 getTargetPermissionReturnsSetTargetPermission ()
 
 getChildrenReturnsSetChildren ()
 
 getParentReturnsSetParent ()
 
 getAbsolutePathCallsParentForPathAndAppendsOwnName ()
 
 isWritableCallsParentIsWritable ()
 
 isWritableReturnsWritableStatusOfParent ()
 
 existsReturnsTrueIfNodeExists ()
 
 existsReturnsTrueIfIsLinkAndTargetIsDead ()
 
 existsReturnsFalseIfNodeNotExists ()
 
 fixPermissionThrowsExceptionIfPermissionAreAlreadyCorrect ()
 
 fixPermissionReturnsOkStatusIfPermissionCanBeFixedAndSetsPermissionToCorrectValue ()
 
 isPermissionCorrectReturnsTrueOnWindowsOs ()
 
 isPermissionCorrectReturnsFalseIfTargetPermissionAndCurrentPermissionAreNotIdentical ()
 
 getCurrentPermissionReturnsCurrentDirectoryPermission ()
 
 getCurrentPermissionReturnsCurrentFilePermission ()
 
 getRelativePathBelowSiteRootThrowsExceptionIfGivenPathIsNotBelowPathSiteConstant ()
 
 getRelativePathCallsGetAbsolutePathIfPathIsNull ()
 
 getRelativePathBelowSiteRootReturnsSingleForwardSlashIfGivenPathEqualsPathSiteConstant ()
 
 getRelativePathBelowSiteRootReturnsSubPath ()
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Install\Tests\Unit\FolderStructure\AbstractFolderStructureTestCase
 getTestDirectory ($prefix='root_')
 
non empty string getTestFilePath ($prefix='file_')
 

Detailed Description

Definition at line 31 of file AbstractNodeTest.php.

Member Function Documentation

◆ existsReturnsFalseIfNodeNotExists()

TYPO3\CMS\Install\Tests\Unit\FolderStructure\AbstractNodeTest::existsReturnsFalseIfNodeNotExists ( )

◆ existsReturnsTrueIfIsLinkAndTargetIsDead()

TYPO3\CMS\Install\Tests\Unit\FolderStructure\AbstractNodeTest::existsReturnsTrueIfIsLinkAndTargetIsDead ( )

◆ existsReturnsTrueIfNodeExists()

TYPO3\CMS\Install\Tests\Unit\FolderStructure\AbstractNodeTest::existsReturnsTrueIfNodeExists ( )

◆ fixPermissionReturnsOkStatusIfPermissionCanBeFixedAndSetsPermissionToCorrectValue()

TYPO3\CMS\Install\Tests\Unit\FolderStructure\AbstractNodeTest::fixPermissionReturnsOkStatusIfPermissionCanBeFixedAndSetsPermissionToCorrectValue ( )

◆ fixPermissionThrowsExceptionIfPermissionAreAlreadyCorrect()

TYPO3\CMS\Install\Tests\Unit\FolderStructure\AbstractNodeTest::fixPermissionThrowsExceptionIfPermissionAreAlreadyCorrect ( )

Definition at line 137 of file AbstractNodeTest.php.

◆ getAbsolutePathCallsParentForPathAndAppendsOwnName()

TYPO3\CMS\Install\Tests\Unit\FolderStructure\AbstractNodeTest::getAbsolutePathCallsParentForPathAndAppendsOwnName ( )

◆ getChildrenReturnsSetChildren()

TYPO3\CMS\Install\Tests\Unit\FolderStructure\AbstractNodeTest::getChildrenReturnsSetChildren ( )

Definition at line 52 of file AbstractNodeTest.php.

◆ getCurrentPermissionReturnsCurrentDirectoryPermission()

TYPO3\CMS\Install\Tests\Unit\FolderStructure\AbstractNodeTest::getCurrentPermissionReturnsCurrentDirectoryPermission ( )

◆ getCurrentPermissionReturnsCurrentFilePermission()

TYPO3\CMS\Install\Tests\Unit\FolderStructure\AbstractNodeTest::getCurrentPermissionReturnsCurrentFilePermission ( )

◆ getNameReturnsSetName()

TYPO3\CMS\Install\Tests\Unit\FolderStructure\AbstractNodeTest::getNameReturnsSetName ( )

◆ getParentReturnsSetParent()

TYPO3\CMS\Install\Tests\Unit\FolderStructure\AbstractNodeTest::getParentReturnsSetParent ( )

Definition at line 61 of file AbstractNodeTest.php.

◆ getRelativePathBelowSiteRootReturnsSingleForwardSlashIfGivenPathEqualsPathSiteConstant()

TYPO3\CMS\Install\Tests\Unit\FolderStructure\AbstractNodeTest::getRelativePathBelowSiteRootReturnsSingleForwardSlashIfGivenPathEqualsPathSiteConstant ( )

◆ getRelativePathBelowSiteRootReturnsSubPath()

TYPO3\CMS\Install\Tests\Unit\FolderStructure\AbstractNodeTest::getRelativePathBelowSiteRootReturnsSubPath ( )

◆ getRelativePathBelowSiteRootThrowsExceptionIfGivenPathIsNotBelowPathSiteConstant()

TYPO3\CMS\Install\Tests\Unit\FolderStructure\AbstractNodeTest::getRelativePathBelowSiteRootThrowsExceptionIfGivenPathIsNotBelowPathSiteConstant ( )

Definition at line 218 of file AbstractNodeTest.php.

◆ getRelativePathCallsGetAbsolutePathIfPathIsNull()

TYPO3\CMS\Install\Tests\Unit\FolderStructure\AbstractNodeTest::getRelativePathCallsGetAbsolutePathIfPathIsNull ( )

◆ getTargetPermissionReturnsSetTargetPermission()

TYPO3\CMS\Install\Tests\Unit\FolderStructure\AbstractNodeTest::getTargetPermissionReturnsSetTargetPermission ( )

Definition at line 43 of file AbstractNodeTest.php.

◆ isPermissionCorrectReturnsFalseIfTargetPermissionAndCurrentPermissionAreNotIdentical()

TYPO3\CMS\Install\Tests\Unit\FolderStructure\AbstractNodeTest::isPermissionCorrectReturnsFalseIfTargetPermissionAndCurrentPermissionAreNotIdentical ( )

Definition at line 185 of file AbstractNodeTest.php.

◆ isPermissionCorrectReturnsTrueOnWindowsOs()

TYPO3\CMS\Install\Tests\Unit\FolderStructure\AbstractNodeTest::isPermissionCorrectReturnsTrueOnWindowsOs ( )

Definition at line 177 of file AbstractNodeTest.php.

◆ isWritableCallsParentIsWritable()

TYPO3\CMS\Install\Tests\Unit\FolderStructure\AbstractNodeTest::isWritableCallsParentIsWritable ( )

Definition at line 83 of file AbstractNodeTest.php.

◆ isWritableReturnsWritableStatusOfParent()

TYPO3\CMS\Install\Tests\Unit\FolderStructure\AbstractNodeTest::isWritableReturnsWritableStatusOfParent ( )

Definition at line 93 of file AbstractNodeTest.php.