You are here

public function MockSplFileInfo::getRelativePathname in Database Sanitize 7

File

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

Class

MockSplFileInfo

Namespace

Symfony\Component\Finder\Tests\Iterator

Code

public function getRelativePathname() {
  return $this->relativePathname;
}