Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
Saft/Addition/hardf: removed obsolete test-function for early try outs
Browse files Browse the repository at this point in the history
  • Loading branch information
k00ni committed May 29, 2017
1 parent bd934d0 commit 9a7fe7d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Test/ParserFactoryHardfTest.php
Expand Up @@ -35,17 +35,4 @@ protected function newInstance()
new RdfHelpers()
);
}

public function testBum()
{
$str = '<http://foo> <http://bar> <http://baz> ;
<http://bar2> "hey"@de ;
<http://bar3> [
<http://bar4> "hi"^^<http://xsd#string>
] .';

$instance = $this->newInstance();
$parser = $instance->createParserFor('turtle');
$iterator = $parser->parseStringToIterator($str);
}
}

0 comments on commit 9a7fe7d

Please sign in to comment.