public function vfsStreamTestCase::pathConvertsWindowsDirectorySeparators in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php \org\bovigo\vfs\vfsStreamTestCase::pathConvertsWindowsDirectorySeparators()
windows directory separators are converted into default separator
@author Gabriel Birke @test
File
- vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamTestCase.php, line 54
Class
- vfsStreamTestCase
- Test for org\bovigo\vfs\vfsStream.
Namespace
org\bovigo\vfsCode
public function pathConvertsWindowsDirectorySeparators() {
$this
->assertEquals('foo/bar', vfsStream::path('vfs://foo\\bar'));
}