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