Skip to content

Commit 0b499e8

Browse files
authored
v3
1 parent 9446236 commit 0b499e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/SparqlPHPParserMainTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?php
2-
use PHPUnit\Framework\TestCase;
32
require_once 'vendor/autoload.php';
43
require(__DIR__ . '/../SparqlPHPParserMain.php');
5-
class SparqlPHPParserMainTest extends TestCase
4+
class SparqlPHPParserMainTest extends \PHPUnit_Framework_TestCase
65
{
76

87
public function testBasicQueryAndPHP()

0 commit comments

Comments
 (0)