Changeset 55 for php/trunk/unittest


Ignore:
Timestamp:
Jul 17, 2011, 3:14:25 PM (14 years ago)
Author:
cla
Message:

rdfint

  • reworked docs to properly name ' RFD Test Cases'
File:
1 edited

Legend:

Unmodified
Added
Removed
  • php/trunk/unittest/help.txt

    r48 r55  
    77   list                - list names of testcases
    88
    9    all                 - execute all testcases (lib && rdf)
     9   all                 - execute all unittests (lib && rdf)
    1010
    11    lib                 - execute all library testcases
    12    lib TESTCASE=<name> - execute specified library testcase
     11   lib                 - execute all library specific unittests
     12   lib TESTCASE=<name> - execute given library specific unittests
    1313
    14    rdf                 - execute all of selected RDF testcases of W3C
    15    rdf TESTCASE=<name> - execute specified RDF testcase
    16    
    17    For information on RDF Testcases see: http://www.w3.org/TR/rdf-testcases/
     14   rdf                 - execute all of selected unitests related to W3C RDF Test Cases
     15   rdf TESTCASE=<name> - execute given unittest related to W3C RDF Test Case
     16
     17   For information on RDF Test Cases see: http://www.w3.org/TR/rdf-testcases/
    1818
    1919
Note: See TracChangeset for help on using the changeset viewer.