You are here

public function vfsStreamWrapperFileTimesTestCase::changeFileAttributesChangesAttributeTimeOfFileItself 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::changeFileAttributesChangesAttributeTimeOfFileItself()

@test @group issue_7

File

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

Class

vfsStreamWrapperFileTimesTestCase
Test for org\bovigo\vfs\vfsStreamWrapper.

Namespace

org\bovigo\vfs

Code

public function changeFileAttributesChangesAttributeTimeOfFileItself() {
  $this
    ->markTestSkipped('Changing file attributes via stream wrapper for self-defined streams is not supported by PHP.');
}