diff --git a/bibtexbrowser-test.php b/bibtexbrowser-test.php index ba25471..5fdb759 100755 --- a/bibtexbrowser-test.php +++ b/bibtexbrowser-test.php @@ -12,6 +12,9 @@ $ phpunit --coverage-html ./coverage btb-test.php $_GET['library']=1; +copy('bibtexbrowser.local.php','bibtexbrowser.local.php.bak'); +unlink('bibtexbrowser.local.php'); + require_once ('bibtexbrowser.php'); error_reporting(E_ALL);