From 99cd2104753ca898a000106b358ed37eba7d09f8 Mon Sep 17 00:00:00 2001 From: "Paul M. Jones" Date: Thu, 16 Feb 2017 12:29:11 -0600 Subject: [PATCH] use package-specific phpunit --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 22ab407e..34e6680f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Aura.Sql -A PDO extension that provides lazy connections, array quoting, identifier quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code. +A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code. ## Installation and Autoloading @@ -31,8 +31,8 @@ without compromising flexibility. For specifics, please examine the package This project adheres to [Semantic Versioning](http://semver.org/). To run the unit tests at the command line, issue `composer install` and then -`phpunit` at the package root. This requires [Composer][] to be available as -`composer`, and [PHPUnit][] to be available as `phpunit`. +`./vendor/bin/phpunit` at the package root. (This requires [Composer][] to be +available as `composer`.) This package attempts to comply with [PSR-1][], [PSR-2][], and [PSR-4][]. If you notice compliance oversights, please send a patch via pull request. @@ -51,7 +51,6 @@ This package is fully documented [here](./docs/index.md). [PSR-2]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [PSR-4]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md [Composer]: http://getcomposer.org/ -[PHPUnit]: http://phpunit.de/ [Google Group]: http://groups.google.com/group/auraphp [@auraphp]: http://twitter.com/auraphp [download a release]: https://github.com/auraphp/Aura.Sql/releases