Changeset 8
- Timestamp:
- Jul 11, 2011, 8:03:48 PM (14 years ago)
- Location:
- php/trunk/unittest
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
php/trunk/unittest/unittest_config.php
r3 r8 21 21 define( 'ARC2', getenv( 'PHP_LIBROOT_ARC2')); 22 22 23 // ----- configure fDebug - optional24 // define locations of required external libraries25 define( 'fDebug', getenv( 'PHP_LIBROOT_FDEBUG'));26 if (fDebug !== '') {27 28 // define base name of sample in fDebug29 define( 'SAMPLE_NAME', 'RDFInt Sample');30 31 // activate debug output of the library classes32 // if not set, only the sample code itself generates debug messages33 define( 'RDFA_DEBUGOUTPUT_CLASSES', true);34 35 // activate debug output for specific RDFaLIB classes in samples and unittests36 define( 'RDFA_DEBUGOUTPUT_READER', true);37 define( 'RDFA_DEBUGOUTPUT_PROJECTION', true);38 define( 'RDFA_DEBUGOUTPUT_SPARQLENDPOINT', true);39 define( 'RDFA_DEBUGOUTPUT_SPARQLQUERY', true);40 }41 42 23 // define location of rdfint 43 24 // TODO - replace with autoload code
Note:
See TracChangeset
for help on using the changeset viewer.