TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FileMountTest Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FileMountTest:
TYPO3\CMS\Core\Tests\UnitTestCase TYPO3\CMS\Core\Tests\BaseTestCase

Public Member Functions

 getTitleInitiallyReturnsEmptyString ()
 
 setTitleSetsTitle ()
 
 setDescriptionSetsDescription ()
 
 getPathInitiallyReturnsEmptyString ()
 
 setPathSetsPath ()
 
 getIsAbsolutePathInitiallyReturnsFalse ()
 
 setIsAbsolutePathCanSetBaseIsAbsolutePathToTrue ()
 

Protected Member Functions

 setUp ()
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\UnitTestCase
 tearDown ()
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 getAccessibleMock ( $originalClassName, $methods=[], array $arguments=[], $mockClassName='', $callOriginalConstructor=true, $callOriginalClone=true, $callAutoload=true)
 
 getAccessibleMockForAbstractClass ( $originalClassName, array $arguments=[], $mockClassName='', $callOriginalConstructor=true, $callOriginalClone=true, $callAutoload=true, $mockedMethods=[])
 
 buildAccessibleProxy ($className)
 
 callInaccessibleMethod ($object, $name)
 
 inject ($target, $name, $dependency)
 
 getUniqueId ($prefix='')
 

Protected Attributes

 $subject = null
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\UnitTestCase
 $backupGlobalsBlacklist = ['TYPO3_LOADED_EXT']
 
 $testFilesToDelete = []
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 $backupGlobals = true
 
 $backupStaticAttributes = false
 

Detailed Description

Test case

Definition at line 20 of file FileMountTest.php.

Member Function Documentation

◆ getIsAbsolutePathInitiallyReturnsFalse()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FileMountTest::getIsAbsolutePathInitiallyReturnsFalse ( )
Test:

Definition at line 81 of file FileMountTest.php.

◆ getPathInitiallyReturnsEmptyString()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FileMountTest::getPathInitiallyReturnsEmptyString ( )
Test:

Definition at line 63 of file FileMountTest.php.

◆ getTitleInitiallyReturnsEmptyString()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FileMountTest::getTitleInitiallyReturnsEmptyString ( )
Test:

Definition at line 35 of file FileMountTest.php.

◆ setDescriptionSetsDescription()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FileMountTest::setDescriptionSetsDescription ( )
Test:

Definition at line 53 of file FileMountTest.php.

◆ setIsAbsolutePathCanSetBaseIsAbsolutePathToTrue()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FileMountTest::setIsAbsolutePathCanSetBaseIsAbsolutePathToTrue ( )
Test:

Definition at line 89 of file FileMountTest.php.

◆ setPathSetsPath()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FileMountTest::setPathSetsPath ( )
Test:

Definition at line 71 of file FileMountTest.php.

◆ setTitleSetsTitle()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FileMountTest::setTitleSetsTitle ( )
Test:

Definition at line 43 of file FileMountTest.php.

◆ setUp()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FileMountTest::setUp ( )
protected

Definition at line 27 of file FileMountTest.php.

Member Data Documentation

◆ $subject

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FileMountTest::$subject = null
protected

Definition at line 25 of file FileMountTest.php.