You are here

protected function vfsStreamTestCase::getFileSystemCopyDir in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php \org\bovigo\vfs\vfsStreamTestCase::getFileSystemCopyDir()

returns path to file system copy resource directory

Return value

string

7 calls to vfsStreamTestCase::getFileSystemCopyDir()
vfsStreamTestCase::copyFromEmptyFolder in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php
@test @group issue_4 @since 0.11.0
vfsStreamTestCase::copyFromEmptyFolderWithRoot in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php
@test @group issue_4 @since 0.11.0
vfsStreamTestCase::copyFromFileSystemMocksLargeFiles in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php
To test this the max file size is reduced to something reproduceable.
vfsStreamTestCase::copyFromFileSystemThrowsExceptionIfNoBaseDirGivenAndNoRootSet in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php
@test @group issue_4 @expectedException \InvalidArgumentException @since 0.11.0
vfsStreamTestCase::copyFromPreservesFilePermissions in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php
@test @group issue_4 @group issue_29 @since 0.11.2

... See full list

File

vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php, line 584

Class

vfsStreamTestCase
Test for org\bovigo\vfs\vfsStream.

Namespace

org\bovigo\vfs

Code

protected function getFileSystemCopyDir() {
  return realpath(dirname(__FILE__) . '/../../../../resources/filesystemcopy');
}