forked from friendica/php-json-ld
Fix typos.
This commit is contained in:
parent
0cf39870f5
commit
7142d8a3e1
2 changed files with 4 additions and 5 deletions
3
test.php
3
test.php
|
@ -132,14 +132,13 @@ class JsonLdTestCase extends PHPUnit_Framework_TestCase {
|
|||
* @param JsonLdTest $test the test to run.
|
||||
*
|
||||
* @group normalize
|
||||
* @depends toRdf
|
||||
* @dataProvider normalizeProvider
|
||||
*/
|
||||
public function testNormalize($test) {
|
||||
$this->test = $test;
|
||||
$input = $test->readUrl('input');
|
||||
$options = $test->createOptions(array('format' => 'application/nquads'));
|
||||
$test->run('jsonld_compact', array($input, $options));
|
||||
$test->run('jsonld_normalize', array($input, $options));
|
||||
}
|
||||
|
||||
public function expandProvider() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue