mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-21 13:58: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(
|
||||
[
|
||||
'dirname' => __DIR__,
|
||||
'basename' => \basename(__DIR__ . '/FileUtilsTest.php'),
|
||||
'dirname' => __DIR__,
|
||||
'basename' => \basename(__DIR__ . '/FileUtilsTest.php'),
|
||||
'extension' => 'php',
|
||||
'filename' => 'FileUtilsTest',
|
||||
'filename' => 'FileUtilsTest',
|
||||
],
|
||||
FileUtils::mb_pathinfo(__DIR__ . '/FileUtilsTest.php')
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user