public function vfsStreamWrapperFileTimesTestCase::changeFileAttributesChangesAttributeTimeOfFileItself in Zircon Profile 8
Same name and namespace in other branches
- 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
Namespace
org\bovigo\vfsCode
public function changeFileAttributesChangesAttributeTimeOfFileItself() {
$this
->markTestSkipped('Changing file attributes via stream wrapper for self-defined streams is not supported by PHP.');
}