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
Namespace
Symfony\Component\Finder\Tests\IteratorCode
public function setRelativePathname($relativePathname) {
$this->relativePathname = $relativePathname;
}