Skip to content

Commit

Permalink
Merge pull request #639 from stof/psr4
Browse files Browse the repository at this point in the history
Switch the repository structure to use PSR-4
  • Loading branch information
stof committed Jan 26, 2015
2 parents 9b2cca7 + e911e11 commit fd0c48e
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 fd0c48e

Please sign in to comment.