[SoapClient] [Tests] Down required version of symfony/filesystem vendor

This commit is contained in:
Francis Besset
2014-08-14 13:03:09 +02:00
parent 36a368e695
commit 726ee89936
3 changed files with 3 additions and 3 deletions

View File

@ -274,7 +274,7 @@ class WsdlDownloaderTest extends AbstractWebserverTest
$content = file_get_contents(self::$fixturesPath.$file);
$content = preg_replace('#'.preg_quote('%location%').'#', sprintf('localhost:%d', WEBSERVER_PORT), $content);
self::$filesystem->dumpFile(self::$fixturesPath.'build_include'.DIRECTORY_SEPARATOR.pathinfo($file, PATHINFO_BASENAME), $content);
file_put_contents(self::$fixturesPath.'build_include'.DIRECTORY_SEPARATOR.pathinfo($file, PATHINFO_BASENAME), $content);
}
}