Skip to content

Commit

Permalink
Prepare for php 8
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Aug 27, 2019
1 parent 69688a2 commit 31e9941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/phpunit/AllTests.php
Expand Up @@ -75,7 +75,7 @@ class AllTests
public static function suite()
{

$suite = new PHPUnit_Framework_TestSuite('PHPUnit Framework');
$suite = new PHPUnit\Framework\TestSuite('PHPUnit Framework');

//require_once dirname(__FILE__).'/CoreTest.php';
//$suite->addTestSuite('CoreTest');
Expand Down

0 comments on commit 31e9941

Please sign in to comment.