forked from friendica/php-json-ld
Read quads (do not use url).
This commit is contained in:
parent
0e37dd4388
commit
f84cf6c2fc
2
test.php
2
test.php
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue