Skip to content

Commit fd0c48e

Browse files
committed
Merge pull request #639 from stof/psr4
Switch the repository structure to use PSR-4
2 parents 9b2cca7 + e911e11 commit fd0c48e

29 files changed

Lines changed: 3 additions & 3 deletions

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
},
2828

2929
"autoload": {
30-
"psr-0": {
31-
"Behat\\Mink": "src/"
30+
"psr-4": {
31+
"Behat\\Mink\\": "src/"
3232
}
3333
},
3434

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<filter>
1111
<whitelist>
12-
<directory>./src/Behat/Mink/</directory>
12+
<directory>./src</directory>
1313
</whitelist>
1414
</filter>
1515
</phpunit>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)