mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-11 22:38:42 +00:00
Merge branch 'develop' of https://github.com/Orange-Management/phpOMS into develop
This commit is contained in:
commit
76b84d714e
|
|
@ -104,10 +104,10 @@ class FileUtilsTest extends \PHPUnit\Framework\TestCase
|
||||||
|
|
||||||
self::assertEquals(
|
self::assertEquals(
|
||||||
[
|
[
|
||||||
'dirname' => __DIR__,
|
'dirname' => __DIR__,
|
||||||
'basename' => \basename(__DIR__ . '/FileUtilsTest.php'),
|
'basename' => \basename(__DIR__ . '/FileUtilsTest.php'),
|
||||||
'extension' => 'php',
|
'extension' => 'php',
|
||||||
'filename' => 'FileUtilsTest',
|
'filename' => 'FileUtilsTest',
|
||||||
],
|
],
|
||||||
FileUtils::mb_pathinfo(__DIR__ . '/FileUtilsTest.php')
|
FileUtils::mb_pathinfo(__DIR__ . '/FileUtilsTest.php')
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user