You are here

public function MockSplFileInfo::getRelativePath in Database Sanitize 7

File

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

Class

MockSplFileInfo

Namespace

Symfony\Component\Finder\Tests\Iterator

Code

public function getRelativePath() {
  return $this->relativePath;
}