You are here

public function MockSplFileInfo::setRelativePath in Database Sanitize 7

1 call to MockSplFileInfo::setRelativePath()
MockSplFileInfo::__construct in vendor/symfony/finder/Tests/Iterator/MockSplFileInfo.php

File

vendor/symfony/finder/Tests/Iterator/MockSplFileInfo.php, line 113

Class

MockSplFileInfo

Namespace

Symfony\Component\Finder\Tests\Iterator

Code

public function setRelativePath($relativePath) {
  $this->relativePath = $relativePath;
}