X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FMakefile;h=26d52179ec82fec352e7396372677b6d221c30bd;hb=36f0e81db2fc58daed22ff5d472e1128f9830b80;hp=e1537bf5cc0c58f361d251e5c5298efffd1b7134;hpb=cdc391b16db021e71e6ca9c00f2b7d341c1ca5f8;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/Makefile b/tests/phpunit/Makefile index e1537bf5cc..26d52179ec 100644 --- a/tests/phpunit/Makefile +++ b/tests/phpunit/Makefile @@ -39,30 +39,21 @@ tap: ${PU} --tap coverage: - ${PU} --coverage-html ../../docs/code-coverage + ${PU} --coverage-html ../../docs/coverage parser: ${PU} --group Parser -parserfuzz: - @echo "******************************************************************" - @echo "* This WILL kill your computer by eating all memory AND all swap *" - @echo "* *" - @echo "* If you are on a production machine. ABORT NOW!! *" - @echo "* Press control+C to stop *" - @echo "* *" - @echo "******************************************************************" - ${PU} --group Parser,ParserFuzz noparser: - ${PU} --exclude-group Parser,Broken,ParserFuzz,Stub + ${PU} --exclude-group Parser,Broken,Stub safe: - ${PU} --exclude-group Broken,ParserFuzz,Destructive,Stub + ${PU} --exclude-group Broken,Destructive,Stub databaseless: - ${PU} --exclude-group Broken,ParserFuzz,Destructive,Database,Stub + ${PU} --exclude-group Broken,Destructive,Database,Stub database: - ${PU} --exclude-group Broken,ParserFuzz,Destructive,Stub --group Database + ${PU} --exclude-group Broken,Destructive,Stub --group Database list-groups: ${PU} --list-groups @@ -76,7 +67,7 @@ help: # tap Run the tests individually through Test::Harness's prove(1) # help You're looking at it! # coverage Run the tests and generates an HTML code coverage report - # You will need the Xdebug PHP extension for the later. + # You will need the Xdebug PHP extension for the latter. # [no]parser Skip or only run Parser tests # # list-groups List available Tests groups.