Files
yii2/tests/unit/framework/helpers/StringHelperTest.php
Carsten Brandt 776162b05e created StringHelper::basename()
In contrast to php function basename() It that always uses \ and /
as directory separator.
It is needed for use on Classnames that contain namespaces.
Fixes #192
2013-05-09 13:16:40 +02:00

4.3 KiB