Issue #1738318 by alexpott: Fixed run-tests.sh help incorrect after test class renames.
authorwebchick
Sat, 18 Aug 2012 16:26:49 +0000 (18:26 +0200)
committerwebchick
Sat, 18 Aug 2012 16:26:49 +0000 (18:26 +0200)
core/scripts/run-tests.sh

index 943c14b..62107ab 100755 (executable)
@@ -163,7 +163,7 @@ Drupal installation as the webserver user (differs per configuration), or root:
 sudo -u [wwwrun|www-data|etc] php ./core/scripts/{$args['script']}
   --url http://example.com/ --all
 sudo -u [wwwrun|www-data|etc] php ./core/scripts/{$args['script']}
-  --url http://example.com/ --class BlockTestCase
+  --url http://example.com/ --class "Drupal\block\Tests\BlockTest"
 \n
 EOF;
 }