Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit b3067f8

Browse files
committed
Rename files containing functions
In order to prevent issues on case-insensitive filesystems.
1 parent c09242d commit b3067f8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
},
3131
"autoload": {
3232
"files": [
33-
"src/TestAsset/factory.php",
34-
"src/TestAsset/factory-with-name.php"
33+
"src/TestAsset/function-factory.php",
34+
"src/TestAsset/function-factory-with-name.php"
3535
],
3636
"psr-4": {
3737
"Zend\\ContainerConfigTest\\": "src/"
File renamed without changes.

0 commit comments

Comments
 (0)