for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*
* This file is part of the sweetrdf/InMemoryStoreSqlite package and licensed under
* the terms of the GPL-3 license.
*
* (c) Konrad Abicht <[email protected]>
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Tests\Integration;
use rdfInterface\DataFactory as iDataFactory;
use rdfInterface\tests\TermsTest as _TermsTest;
use sweetrdf\InMemoryStoreSqlite\Rdf\DataFactory;
class TermsTest extends _TermsTest
{
public static function getDataFactory(): iDataFactory
return new DataFactory();
}
public function testLiteralWith(): void
$this->markTestSkipped('Function to test not implemented yet.');
public function testQuadWith(): void
public function testQuadTemplate(): void
public function testQuadTemplateQuad(): void
public function testQuadTemplateWith(): void
public function testQuadTemplateExceptions(): void