You are here

public function MockSplFileInfo::setRelativePathname in Database Sanitize 7

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

File

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

Class

MockSplFileInfo

Namespace

Symfony\Component\Finder\Tests\Iterator

Code

public function setRelativePathname($relativePathname) {
  $this->relativePathname = $relativePathname;
}