Read quads (do not use url).

This commit is contained in:
Dave Longley 2013-09-15 00:16:18 -04:00
parent 0e37dd4388
commit f84cf6c2fc
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class JsonLdTestCase extends PHPUnit_Framework_TestCase {
*/
public function testFromRdf($test) {
$this->test = $test;
$input = $test->readUrl('input');
$input = $test->readProperty('input');
$options = $test->createOptions(array('format' => 'application/nquads'));
$test->run('jsonld_from_rdf', array($input, $options));
}