Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)



third_party/vfsstream/vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php

Table of Contents
This file is part of vfsStream.

For the full copyright and license information, please view the LICENSE file that was distributed with this source code.

Package
org\bovigo\vfs

\org\bovigo\vfs\vfsStreamTestCase

Package: Default
Test for org\bovigo\vfs\vfsStream.
Parent(s)
\PHPUnit_Framework_TestCase

Methods

method public copyFromEmptyFolder () : void

Details
Group
issue_4
Since
0.11.0
Test
method public copyFromEmptyFolderWithRoot () : void

Details
Group
issue_4
Since
0.11.0
Test
method public copyFromFileSystemThrowsExceptionIfNoBaseDirGivenAndNoRootSet () : void

Details
ExpectedException
\InvalidArgumentException
Group
issue_4
Since
0.11.0
Test
method public copyFromPreservesFilePermissions () : void

Details
Group
issue_4
Group
issue_29
Since
0.11.2
Test
method public copyFromWithSubFolders () : void

Details
Group
issue_4
Since
0.11.0
Test
method public copyFromWithSubFoldersWithRoot () : void

Details
Group
issue_4
Since
0.11.0
Test
method public createArraysAreTurnedIntoSubdirectories () : void

Details
Group
issue_20
Since
0.11.0
Test
method public createArraysAreTurnedIntoSubdirectoriesOfRoot () : void

Details
Group
issue_20
Since
0.11.0
Test
method public createCastsNumericDirectoriesToStrings () : void

Details
Group
issue_20
Since
0.11.0
Test
method public createCastsNumericDirectoriesToStringsWithRoot () : void

Details
Group
issue_20
Since
0.11.0
Test
method public createStringsAreTurnedIntoFilesWithContent () : void

Details
Group
issue_20
Since
0.10.0
Test
method public createStringsAreTurnedIntoFilesWithContentWithRoot () : void

Details
Group
issue_20
Since
0.11.0
Test
method public createThrowsExceptionIfNoBaseDirGivenAndNoRootSet () : void

Details
ExpectedException
\InvalidArgumentException
Group
issue_20
Since
0.11.0
Test
method public createWorksRecursively () : void

Details
Group
issue_20
Since
0.11.0
Test
method public createWorksRecursivelyWithRoot () : void

Details
Group
issue_20
Since
0.11.0
Test
method public inspectWithContentGivesContentToVisitor () : void

Details
Group
issue_10
Since
0.10.0
Test
method public inspectWithoutContentAndWithoutRootThrowsInvalidArgumentException () : void

Details
ExpectedException
\InvalidArgumentException
Group
issue_10
Since
0.10.0
Test
method public inspectWithoutContentGivesRootToVisitor () : void

Details
Group
issue_10
Since
0.10.0
Test
method public newDirectoryStructure () : void

test to create a new directory structure

Details
Test
method public newDirectoryWithSlashAtStart () : void

test that correct directory structure is created

Details
Test
method public newFile () : void

test to create a new file

Details
Test
method public newFileWithDifferentPermissions () : void

test to create a new file with non-default permissions

Details
Group
permissions
Test
method public newSingleDirectory () : void

test to create a new directory structure

Details
Test
method public newSingleDirectoryWithDifferentPermissions () : void

test to create a new directory structure with non-default permissions

Details
Group
permissions
Test
method public path () : void

assure that url2path conversion works correct

Details
Test
method public pathConvertsWindowsDirectorySeparators () : void

windows directory separators are converted into default separator

Details
Author
Gabriel Birke
Test
method public pathRemovesDoubleSlashes () : void

double slashes should be replaced by single slash

Details
Author
Gabriel Birke
Test
method public pathRemovesTrailingSlash () : void

trailing slashes are removed

Details
Author
Gabriel Birke
Test
method public pathRemovesTrailingSlashAndWhitespace () : void

trailing slash and whitespace should be removed

Details
Author
Gabriel Birke
Test
method public pathRemovesTrailingWhitespace () : void

trailing whitespace should be removed

Details
Author
Gabriel Birke
Test
method public setUp () : void

set up test environment

method public setupArraysAreTurnedIntoSubdirectories () : void

Details
Group
issue_14
Group
issue_20
Since
0.10.0
Test
method public setupCastsNumericDirectoriesToStrings () : void

Details
Group
issue_17
Group
issue_20
Test
method public setupRegistersStreamWrapperAndCreatesRootDirectoryWithDefaultNameAndPermissions () : void

Details
Group
setup
Since
0.7.0
Test
method public setupRegistersStreamWrapperAndCreatesRootDirectoryWithGivenNameAndDefaultPermissions () : void

Details
Group
setup
Since
0.7.0
Test
method public setupRegistersStreamWrapperAndCreatesRootDirectoryWithGivenNameAndPermissions () : void

Details
Group
setup
Since
0.7.0
Test
method public setupStringsAreTurnedIntoFilesWithContent () : void

Details
Group
issue_14
Group
issue_20
Since
0.10.0
Test
method public setupWithEmptyArrayIsEqualToSetup () : void

Details
Group
issue_14
Group
issue_20
Since
0.10.0
Test
method public setupWorksRecursively () : void

Details
Group
issue_14
Group
issue_20
Since
0.10.0
Test
method public url () : void

assure that path2url conversion works correct

Details
Test
Documentation was generated by phpDocumentor 2.0.0a12 .