mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-22 14:28:54 +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(
|
||||
[
|
||||
'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', \PATHINFO_FILENAME)
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user