https://bugzilla.redhat.com/show_bug.cgi?id=785444
--- Comment #3 from Remi Collet <[email protected]> --- As Horde_Test is approved, I think we must now run the test suite during build, something like: # For tests BuildRequires: php-pear(pear.horde.org/Horde_Test) BuildRequires: php-pear(pear.horde.org/Horde_Date) BuildRequires: php-pear(pear.horde.org/Horde_Exception) BuildRequires: php-pear(pear.horde.org/Horde_Translation) %check cd $RPM_BUILD_ROOT%{pear_testdir}/Horde_Alarm/Horde/Alarm phpunit \ -d date.timezone=UTC \ -d include_path=.:$RPM_BUILD_ROOT%{pear_phpdir}:%{pear_phpdir}: \ AllTests Some tests will be skipped, need more BR for this (but, p.e. Horde_Notification is not yet approved, search for markTestSkipped in *.php) and probably a DB for some test (see conf.php.dist). -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
