From 6a440ca4e1a977e1d4b7c9930d3dfec677e47546 Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Wed, 28 Jun 2017 19:08:49 +0200 Subject: [PATCH] fix travis issue --- bibtexbrowser-test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bibtexbrowser-test.php b/bibtexbrowser-test.php index 2d7c72d..9337a11 100755 --- a/bibtexbrowser-test.php +++ b/bibtexbrowser-test.php @@ -11,7 +11,7 @@ $ phpunit --coverage-html ./coverage btb-test.php */ // backward compatibility -if (!class_exists('PHPUnit_Framework_TestCase')) { +if (!class_exists('PHPUnit_Framework_TestCase')) { // class_alias('\PHPUnit\Framework\TestCase', 'PHPUnit_Framework_TestCase'); }