You are here

public function vfsStreamWrapperFileTimesTestCase::addNewFileNameWithLinkFunctionChangesAttributeAndModificationTimeOfDirectoryContainingLink in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTimesTestCase.php \org\bovigo\vfs\vfsStreamWrapperFileTimesTestCase::addNewFileNameWithLinkFunctionChangesAttributeAndModificationTimeOfDirectoryContainingLink()

@test @group issue_7

File

vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTimesTestCase.php, line 218

Class

vfsStreamWrapperFileTimesTestCase
Test for org\bovigo\vfs\vfsStreamWrapper.

Namespace

org\bovigo\vfs

Code

public function addNewFileNameWithLinkFunctionChangesAttributeAndModificationTimeOfDirectoryContainingLink() {
  $this
    ->markTestSkipped('Links are currently not supported by vfsStream.');
}