Skip to content

Commit bcfdf63

Browse files
author
Alexander.Getmansky
committed
Fixed unit test of PathUtil
1 parent a94f920 commit bcfdf63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Tests/Resource/PathUtilTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class PathUtilTest extends TestCase
1212
*/
1313
public function testBasename($expected, $context)
1414
{
15-
$this->assertEquals('', PathUtil::basename($context));
15+
$this->assertEquals($expected, PathUtil::basename($context));
1616
}
1717

1818
public function providePathData()

0 commit comments

Comments
 (0)