Skip to content
This repository was archived by the owner on Jun 18, 2019. It is now read-only.

Commit 616bc0a

Browse files
garygreendimsav
authored andcommitted
Move tests autoload classmap to dev (#432)
This avoids having things like: ``` 'TestCoreModelExtension' => $vendorDir . '/dimsav/laravel-translatable/tests/TestCoreModelExtension.php', 'TestsBase' => $vendorDir . '/dimsav/laravel-translatable/tests/TestsBase.php', 'TranslatableTest' => $vendorDir . '/dimsav/laravel-translatable/tests/TranslatableTest.php', ``` Show up on your production autoload_classmap file when installed with `--no-dev`
1 parent ad13656 commit 616bc0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
"autoload": {
2222
"psr-4": {
2323
"Dimsav\\Translatable\\": "src/Translatable/"
24-
},
24+
}
25+
},
26+
"autoload-dev": {
2527
"classmap": [
2628
"tests"
2729
]

0 commit comments

Comments
 (0)