Symfony\Component\Filesystem\Tests\FilesystemTest::testTouchFails PHP Method

testTouchFails() public method

public testTouchFails ( )
    public function testTouchFails()
    {
        $file = $this->workspace . DIRECTORY_SEPARATOR . '1' . DIRECTORY_SEPARATOR . '2';
        $this->filesystem->touch($file);
    }
FilesystemTest