On Mon, Nov 27, 2017 at 09:24:58PM +0200, Adrian Bunk wrote:
> Source: awl
> Version: 0.58-1
> Severity: serious
> 
> https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/awl.html
> 
> ...
>    dh_auto_test
>       make -j1 test
> make[1]: Entering directory '/build/1st/awl-0.58'
> # simple php syntax check
> OK (Syntax checked)
> # run phpunit tests
> PATH=/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:./vendor/bin/ phpunit tests/
> PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
> /build/1st/awl-0.58/tests/myCalendarTest.php on line 12

this is due to namespacing of classes (PHPUnit\Framework\TestCase)
introduced in phpunit 6; it's possible to use aliasing to satisfy both
old and new phpunit, and I've just pushed a commit to this effect

awl still doesn't build because php-apigen can't be installed; we
could consider moving to doxygen to build the api docs, as I'm not sure
about the future of apigen

Florian

Reply via email to