From f84cf6c2fcae3daff5109598e1d052035ce654ff Mon Sep 17 00:00:00 2001 From: Dave Longley Date: Sun, 15 Sep 2013 00:16:18 -0400 Subject: [PATCH] Read quads (do not use url). --- test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.php b/test.php index 17913ae..a975974 100644 --- a/test.php +++ b/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)); }