codebase:testing

This is an old revision of the document!


PHP's gd library is missing or unable to create PNG images

Testing

Executes accompanying unit tests on jar file

ant -f customBuild.xml clean compile compile-test test-dist

To speedup, you can modify customBuild.xml and modify junit line inside of test-dist:

<junit printsummary="yes" haltonfailure="${test.halt}" haltonerror="${test.halt}" forkmode="perTest" fork="yes">

to use more threads: threads="8"

<junit printsummary="yes" haltonfailure="${test.halt}" haltonerror="${test.halt}" forkmode="perTest" fork="yes" threads="8">
  • codebase/testing.1727539100.txt.gz
  • Last modified: 2024/09/28 15:58
  • by 127.0.0.1