public function vfsStreamTestCase::pathRemovesTrailingSlashAndWhitespace 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::pathRemovesTrailingSlashAndWhitespace()
trailing slash and whitespace should be removed
@author Gabriel Birke @test
File
- vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamTestCase.php, line 87
Class
- vfsStreamTestCase
- Test for org\bovigo\vfs\vfsStream.
Namespace
org\bovigo\vfsCode
public function pathRemovesTrailingSlashAndWhitespace() {
$this
->assertEquals('foo/bar', vfsStream::path('vfs://foo/bar/ '));
}