Ignore:
Timestamp:
Jul 12, 2011, 10:56:58 AM (14 years ago)
Author:
cla
Message:

rdfint

  • prefix non-standard methods of rdfa::Data and rdfa::Projection with underscore
  • add note to description of rdfa::SparlEndpoint and rdfa::SparlQuery that they are no-standard as well
File:
1 edited

Legend:

Unmodified
Added
Removed
  • php/trunk/unittest/rdfa_serialize/unittest.php

    r7 r17  
    6767
    6868    // this call must fail , returning false
    69     $doc = $this->rdfaData->serialize( 'dummy');
     69    $doc = $this->rdfaData->_serialize( 'dummy');
    7070    $this->assertEquals( ($doc === false), true);
    7171
    7272    // these call must return a proper serialization
    7373    foreach ( $validTypes as $type) {
    74       $doc = $this->rdfaData->serialize( $type);
     74      $doc = $this->rdfaData->_serialize( $type);
    7575      $this->assertEquals( ($doc !== false), true);
    7676      $this->assertEquals( (strlen($doc) > 0), true);
Note: See TracChangeset for help on using the changeset viewer.