- Timestamp:
- Aug 31, 2011, 8:48:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
php/trunk/unittest/rdfa_parse_sparql/unittest.php
r27 r70 92 92 93 93 // let the parse method execute the query to 94 $this->rdfaData->parse( $query); 94 $rdfdata = $this->rdfaData->parse( $query); 95 $this->assertEquals( ($rdfdata !== false), true); 96 95 97 $aSubject = $this->rdfaData->getSubjects(); 96 98 $this->assertGreaterThan( 0, count( $aSubject));
Note:
See TracChangeset
for help on using the changeset viewer.