Tue, 28 May 2024 23:18:10 UTC | login

Information for build atoum-3.3.0-2.fc29

ID53788
Package Nameatoum
Version3.3.0
Release2.fc29
Epoch
SummaryPHP Unit Testing framework
DescriptionA simple, modern and intuitive unit testing framework for PHP! It has been designed from the start with the following ideas in mind : * Can be implemented rapidly ; * Simplify test development ; * Allow for writing reliable, readable, and clear unit tests ; To accomplish that, it massively uses capabilities provided by PHP 5.3, to give the developer a whole new way of writing unit tests. Also, thanks to its fluid interface, it allows for writing unit tests in a fashion close to natural language. It also makes it easier to implement stubbing within tests, thanks to intelligent uses of anonymous functions and closures. atoum natively, and by default, performs the execution of each unit test within a separate PHP process, to warrant isolation. Of course, it can be used seamlessly for continuous integration, and given its design, it can be made to cope with specific needs extremely easily. atoum also accomplishes all of this without affecting performance, since it has been developed to boast a reduced memory footprint while allowing for hastened test execution. It can also generate unit test execution reports in the Xunit format, which makes it compatible with continuous integration tools such as Jenkins. atoum also generates code coverage reports, in order to make it possible to supervise unit tests. Optional dependency: - php-pecl-xdebug for code coverage reports
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 19 Jul 2018 01:00:52 UTC
CompletedThu, 19 Jul 2018 01:00:52 UTC
Tags
f29
f30
f31
RPMs
src
atoum-3.3.0-2.fc29.src.rpm (info) (download)
noarch
atoum-3.3.0-2.fc29.noarch.rpm (info) (download)
Changelog * Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Mar 16 2018 Remi Collet <remi@remirepo.net> - 3.3.0-1 - update to 3.3.0 - undefine __brp_mangle_shebangs * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Sep 07 2017 Remi Collet <remi@remirepo.net> - 3.2.0-1 - Update to 3.2.0 * Fri Aug 04 2017 Remi Collet <remi@remirepo.net> - 3.1.1-1 - Update to 3.1.1 * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Jul 12 2017 Remi Collet <remi@remirepo.net> - 3.1.0-1 - Update to 3.1.0 - run test suite against SCL if installed * Wed Feb 22 2017 Remi Collet <remi@fedoraproject.org> - 3.0.0-1 - update to 3.0.0 - raise dependency on PHP 5.6 * Sat Feb 11 2017 Remi Collet <remi@fedoraproject.org> - 2.9.0-1 - update to 2.9.0 * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sat Nov 26 2016 Johan Cwiklinski <johan AT x-tnd DOT be> - 2.8.1-2 - Apply upstream patch for PHP 7.1 compatibility (see https://github.com/atoum/atoum/commit/82ce0c58fb9a63da0ae15dbd2d94cfa3598670bd)