forked from friendica/php-json-ld
Fix typo.
This commit is contained in:
parent
7142d8a3e1
commit
86908c8e4f
2
test.php
2
test.php
|
@ -158,7 +158,7 @@ class JsonLdTestCase extends PHPUnit_Framework_TestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
public function fromRdfProvider() {
|
public function fromRdfProvider() {
|
||||||
return new JsonLdTestIterator('jld:fromRDFTest');
|
return new JsonLdTestIterator('jld:FromRDFTest');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function normalizeProvider() {
|
public function normalizeProvider() {
|
||||||
|
|
Loading…
Reference in a new issue