Skip to content

Commit 2c5744a

Browse files
committedJan 12, 2015
Don't autoload tests in normal usage
1 parent 31b5472 commit 2c5744a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
},
2929
"autoload": {
3030
"psr-4": {
31-
"Abraham\\TwitterOAuth\\": "src",
32-
"Abraham\\TwitterOAuth\\Tests\\": "tests"
31+
"Abraham\\TwitterOAuth\\": "src"
3332
}
3433
}
3534
}

0 commit comments

Comments
 (0)