Skip to content

Commit 5b3cecc

Browse files
committed
Update the repository structure to PSR-4
1 parent 7b2b7db commit 5b3cecc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
},
2727

2828
"autoload": {
29-
"psr-0": {
30-
"Behat\\Mink\\Driver": "src/"
29+
"psr-4": {
30+
"Behat\\Mink\\Driver\\": "src/"
3131
}
3232
},
3333

Diff for: phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<filter>
1717
<whitelist>
18-
<directory>./src/Behat/Mink/Driver</directory>
18+
<directory>./src</directory>
1919
</whitelist>
2020
</filter>
2121
</phpunit>
File renamed without changes.

0 commit comments

Comments
 (0)