mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-13 15:18:41 +00:00
Automated formatting changes
This commit is contained in:
parent
e2f6061fa7
commit
8ced49783e
|
|
@ -103,10 +103,10 @@ class FileUtilsTest extends \PHPUnit\Framework\TestCase
|
||||||
self::assertEquals('FileUtilsTest', FileUtils::mb_pathinfo(__DIR__ . '/FileUtilsTest.php', \PATHINFO_FILENAME));
|
self::assertEquals('FileUtilsTest', FileUtils::mb_pathinfo(__DIR__ . '/FileUtilsTest.php', \PATHINFO_FILENAME));
|
||||||
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', \PATHINFO_FILENAME)
|
FileUtils::mb_pathinfo(__DIR__ . '/FileUtilsTest.php', \PATHINFO_FILENAME)
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user