monperrus / bibtexbrowser

Beautiful publication lists with bibtex and PHP (standalone or in Wordpress)
http://www.monperrus.net/martin/bibtexbrowser/
84 stars 54 forks source link

Fatal error: require(): Failed opening required 'reflectivedoc.php #79

Closed DimitriRU closed 6 years ago

DimitriRU commented 6 years ago

I am try to install it on xampp but i got an error like:

Warning: Class '\PHPUnit\Framework\TestCase' not found in C:\xampp\htdocs\bib\bibtexbrowser-test.php on line 17

Fatal error: require(): Failed opening required 'reflectivedoc.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\bib\bibtexbrowser-test.php on line 40

To fix first error i used require_once 'PHPUnit/Autoload.php';

But i do not know how to fix second "Fatal error".

PHP Version 7.1.12

monperrus commented 6 years ago

See test script in .travis.yml:

curl -L -o reflectivedoc.php https://www.monperrus.net/martin/reflectivedoc.php.txt

curl -L -o gakowiki-syntax.php https://www.monperrus.net/martin/gakowiki-syntax.php.txt