public function vfsStreamTestCase::pathRemovesTrailingSlash in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php \org\bovigo\vfs\vfsStreamTestCase::pathRemovesTrailingSlash()
trailing slashes are removed
@author Gabriel Birke @test
File
- vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamTestCase.php, line 76
Class
- vfsStreamTestCase
- Test for org\bovigo\vfs\vfsStream.
Namespace
org\bovigo\vfsCode
public function pathRemovesTrailingSlash() {
$this
->assertEquals('foo/bar', vfsStream::path('vfs://foo/bar/'));
}