Lowercase tests in composer.json per previous revert
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
21575cf674
commit
00d2235610
1 changed files with 3 additions and 3 deletions
|
@ -95,12 +95,12 @@
|
||||||
},
|
},
|
||||||
"autoload-dev": {
|
"autoload-dev": {
|
||||||
"classmap": [
|
"classmap": [
|
||||||
"Tests/DuskTestCase.php",
|
"tests/DuskTestCase.php",
|
||||||
"Tests/TestCase.php"
|
"tests/TestCase.php"
|
||||||
],
|
],
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"App\\": "app/",
|
"App\\": "app/",
|
||||||
"Tests\\": "Tests/"
|
"Tests\\": "tests/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue