Skip to content

Commit

Permalink
Switch the repository structure to use PSR-4
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Jan 26, 2015
1 parent 9b2cca7 commit e911e11
Show file tree
Hide file tree
Showing 29 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},

"autoload": {
"psr-0": {
"Behat\\Mink": "src/"
"psr-4": {
"Behat\\Mink\\": "src/"
}
},

Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<filter>
<whitelist>
<directory>./src/Behat/Mink/</directory>
<directory>./src</directory>
</whitelist>
</filter>
</phpunit>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e911e11

Please sign in to comment.