@dataProvider getPaths
public function testTrailingSlash($path) { $resource = new DirectoryResource($path); $this ->assertStringEndsWith(DIRECTORY_SEPARATOR, (string) $resource, 'path ends with a slash'); }