From 7abe8296432a7be705646f4d0f33b3933a0c586f Mon Sep 17 00:00:00 2001 From: meus Date: Sun, 2 Sep 2007 22:08:13 +0000 Subject: [PATCH] removed the docs since they are not appropriate --- manual/new/docs/en/coding-standards/testing.txt | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/manual/new/docs/en/coding-standards/testing.txt b/manual/new/docs/en/coding-standards/testing.txt index 08bdeec3f..a548d0c6d 100644 --- a/manual/new/docs/en/coding-standards/testing.txt +++ b/manual/new/docs/en/coding-standards/testing.txt @@ -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 - -php run.php - - -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 ++++ Classes