third_party/vfsstream/vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperTestCase.php
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\vfsStreamWrapperTestCase
Package:
Default
Details
Details
Details
Details
Details
Details
Test for org\bovigo\vfs\vfsStreamWrapper.
- Parent(s)
- \org\bovigo\vfs\vfsStreamWrapperBaseTestCase < \PHPUnit_Framework_TestCase
Methods
directoriesAndNonExistingFilesAreNeverExecutable
()
: void
assert is_executable() works correct
- Test
renameOnDestinationDirectoryFileNotFound
()
: void
assert that trying to rename to a directory that is not found trigger a warning
- ExpectedException
- PHPUnit_Framework_Error
- Test
renameOnSourceFileNotFound
()
: void
assert that trying to rename from a non existing file trigger a warning
- ExpectedException
- PHPUnit_Framework_Error
- Test
resetByRegister
()
: void
ensure that a call to vfsStreamWrapper::register() resets the stream
Implemented after a request by David Zülke.
- Test
setUp
()
: void
inherited
set up test environment
Inherited from: \org\bovigo\vfs\vfsStreamWrapperBaseTestCase::setUp()
statAndFstatReturnSameResult
()
: void
stat() and fstat() should return the same result
- Test
unlinkReturnsFalseWhenFileDoesNotExistAndFileWithSameNameExistsInRoot
()
: void
- Group
- issue_49
- Test