From 86908c8e4ff3dda91c8fb45183dc79cd577065c7 Mon Sep 17 00:00:00 2001 From: Dave Longley Date: Sat, 14 Sep 2013 22:10:35 -0400 Subject: [PATCH] Fix typo. --- test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.php b/test.php index a88c82d..5581a32 100644 --- a/test.php +++ b/test.php @@ -158,7 +158,7 @@ class JsonLdTestCase extends PHPUnit_Framework_TestCase { } public function fromRdfProvider() { - return new JsonLdTestIterator('jld:fromRDFTest'); + return new JsonLdTestIterator('jld:FromRDFTest'); } public function normalizeProvider() {