Skip to content

Commit a99f94e

Browse files
committed
Update tests for the fix
1 parent 9d482a3 commit a99f94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/UtilTests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public function pathinfoPathProvider()
230230
*/
231231
public function testPathinfo($path)
232232
{
233-
$expected = compact('path') + pathinfo($path);
233+
$expected = compact('path') + pathinfo($path) + ['dirname' => ''];
234234

235235
if (isset($expected['dirname'])) {
236236
$expected['dirname'] = Util::normalizeDirname($expected['dirname']);

0 commit comments

Comments
 (0)