From 8a71168f0acd70681dd11f8d1a6a454fbb2c1450 Mon Sep 17 00:00:00 2001 From: mageekguy Date: Sun, 28 Aug 2011 12:22:40 +0200 Subject: [PATCH] Add information about --testIt in README. --- README.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 46a729db..54c9a956 100644 --- a/README.markdown +++ b/README.markdown @@ -48,7 +48,11 @@ If `Xdebug` or equivalent gets displayed, then the module is properly installed. You just have to download [its PHAR archive](http://downloads.atoum.org/nightly/mageekguy.atoum.phar) and store it where you wish, for example under `/path/to/project/tests/mageekguy.atoum.phar`. This PHAR archive contains the latest development version to pass the totality of *atoum*'s unit tests. -*atoum*'s source code is also available via [the github repository](https://github.com/mageekguy/atoum). +*atoum*'s source code is also available via [the github repository](https://github.com/mageekguy/atoum). +To check if *atoum* works correctly with your configuration, you can execute all its unit tests. +To do that, you just need to run the following command in your terminal : + + # php mageekguy.atoum.phar --testIt ### Step 2 : Write your tests