Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Use classmap autoloading.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Oct 5, 2012
1 parent efc85d6 commit 4491421
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"ext-soap": "*"
},
"autoload": {
"files": [
"PHPUnit/Framework/MockObject/Autoload.php"
"classmap": [
"PHPUnit/"
]
},
"include-path": [
Expand Down
4 changes: 2 additions & 2 deletions package-composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"irc": "irc://irc.freenode.net/phpunit"
},
"autoload": {
"files": [ "PHPUnit/Framework/MockObject/Autoload.php" ]
"classmap": [ "PHPUnit/" ]
},
"include_path": [
""
]
}
}

0 comments on commit 4491421

Please sign in to comment.