1
0
mirror of synced 2025-01-18 06:21:40 +03:00

removed the docs since they are not appropriate

This commit is contained in:
meus 2007-09-02 22:08:13 +00:00
parent 78c3ba652a
commit 7abe829643

View File

@ -1,18 +1,3 @@
+++ Running tests
Tests can be run either in a browser via the url DOCTRINE_PATH/tests/run.php or
on the command line.
On the command line navigate to the DOCTRINE_PATH/tests folder and run
<code type="bash">
php run.php
</code>
On the command line the testing script has several options.
* in order to generate coverage report run the script with the -coverage flag.
* in order to run just a subselect of tests use the -group flag.
* in order to filter the tests aginst a custom string use the -filter flag.
* for more information run the script with the -help flag.
+++ Writing tests +++ Writing tests
++++ Classes ++++ Classes