From 165d5a47d3505d450ef398340cff498d8a1ceac1 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Mon, 12 Jan 2015 12:50:12 +0100 Subject: [PATCH] Update the driver testsuite readme to fix highlighting --- driver-testsuite/README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/driver-testsuite/README.md b/driver-testsuite/README.md index d21a7472a..f2af9a8f6 100644 --- a/driver-testsuite/README.md +++ b/driver-testsuite/README.md @@ -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" } } } @@ -34,15 +34,18 @@ The testsuite of a driver should be based as follow: - - ./tests/ + vendor/behat/mink/driver-testsuite/tests + + + ./tests/ + - ./src/Acme/MyDriver + ./src