Skip to content

Commit

Permalink
Update the driver testsuite readme to fix highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Jan 12, 2015
1 parent 5ca64b6 commit 165d5a4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions driver-testsuite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The testsuite of a driver should be based as follow:

"autoload-dev": {
"psr-4": {
"Acme\MyDriver\Tests\\": "tests"
"Acme\\MyDriver\\Tests\\": "tests"
}
}
}
Expand All @@ -34,15 +34,18 @@ The testsuite of a driver should be based as follow:
</php>

<testsuites>
<testsuite name="Driver test suite">
<directory>./tests/</directory><!-- if needed to add more tests -->
<testsuite name="Functional tests">
<directory>vendor/behat/mink/driver-testsuite/tests</directory>
</testsuite>
<!-- if needed to add more tests -->
<testsuite name="Driver tests">
<directory>./tests/</directory>
</testsuite>
</testsuites>

<filter>
<whitelist>
<directory>./src/Acme/MyDriver</directory>
<directory>./src</directory>
</whitelist>
</filter>
</phpunit>
Expand Down

0 comments on commit 165d5a4

Please sign in to comment.