Changeset 66 for php/trunk/unittest/rdftestcases
- Timestamp:
- Aug 7, 2011, 5:32:37 PM (14 years ago)
- Location:
- php/trunk/unittest/rdftestcases
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
php/trunk/unittest/rdftestcases/makefile
r65 r66 43 43 # - - - - - - - - - - - - - - - - - - 44 44 45 46 ifneq ($(TESTCASE),) 47 testcase: 48 @echo Specific Testcase execution not yet implemented! 49 endif 50 45 51 help: 46 52 @$(CAT) help.txt … … 53 59 listverbose: 54 60 @php action.php listverbose 55 61 56 62 listexceptions: 57 63 @echo Testcase exceptions -
php/trunk/unittest/rdftestcases/rdftestcases.php
r65 r66 163 163 164 164 // now list cases 165 echo "Categories of RDF Test Cases:\n";166 165 foreach ($categories as $category) { 167 166 if ($verbose) {
Note:
See TracChangeset
for help on using the changeset viewer.