Browse Source

improves test isolation

pull/48/head
Martin Monperrus 10 years ago
parent
commit
9c1f03e12a
  1. 3
      bibtexbrowser-test.php

3
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);

Loading…
Cancel
Save