1 | <?php |
||
14 | class QueryPrefixBuilderTest extends \PHPUnit_Framework_TestCase { |
||
15 | |||
16 | private static $prefixes = array( |
||
17 | 'test' => 'http://www.example.com/test#', |
||
18 | 'foo' => 'http://www.foo.org/bar#' |
||
19 | ); |
||
20 | |||
21 | public function testConstructor() { |
||
26 | |||
27 | public function testConstructor_invalidIRI() { |
||
32 | |||
33 | public function testConstructor_invalidPrefix() { |
||
38 | |||
39 | public function testGetSPARQL() { |
||
47 | |||
48 | } |
||
49 |