Wed, 29 May 2024 01:26:18 UTC | login

Information for build atoum-3.3.0-1.fc29

ID35327
Package Nameatoum
Version3.3.0
Release1.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, 07 Jun 2018 04:54:12 UTC
CompletedThu, 07 Jun 2018 04:54:12 UTC
Tags
f29
RPMs
src
atoum-3.3.0-1.fc29.src.rpm (info) (download)
noarch
atoum-3.3.0-1.fc29.noarch.rpm (info) (download)
Changelog * 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) * Sat Jul 02 2016 Remi Collet <remi@fedoraproject.org> - 2.8.1-1 - update to 2.8.1 * Fri Jul 01 2016 Remi Collet <remi@fedoraproject.org> - 2.8.0-1 - update to 2.8.0 * Sat May 21 2016 Remi Collet <remi@fedoraproject.org> - 2.7.0-1 - update to 2.7.0 * Fri Apr 08 2016 Remi Collet <remi@fedoraproject.org> - 2.6.1-1 - update to 2.6.1 * Wed Mar 09 2016 Remi Collet <remi@fedoraproject.org> - 2.6.0-1 - update to 2.6.0 * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jan 28 2016 Remi Collet <remi@fedoraproject.org> - 2.5.2-1 - update to 2.5.2 * Mon Jan 18 2016 Remi Collet <remi@fedoraproject.org> - 2.5.1-1 - update to 2.5.1 * Fri Jan 08 2016 Remi Collet <remi@fedoraproject.org> - 2.5.0-1 - update to 2.5.0 * Mon Dec 07 2015 Remi Collet <remi@fedoraproject.org> - 2.4.1-1 - update to 2.4.1 * Fri Oct 23 2015 Remi Collet <remi@fedoraproject.org> - 2.3.0-1 - update to 2.3.0 - drop patch merged upstream * Fri Sep 25 2015 Remi Collet <remi@fedoraproject.org> - 2.2.2-2 - open https://github.com/atoum/atoum/pull/502 to fix inconsistency in setTestNamespace/getTestNamespace causing erratic test results in Koschei * Thu Sep 17 2015 Remi Collet <remi@fedoraproject.org> - 2.2.2-1 - update to 2.2.2 * Thu Aug 27 2015 Remi Collet <remi@fedoraproject.org> - 2.2.1-1 - update to 2.2.1 * Thu Aug 27 2015 Remi Collet <remi@fedoraproject.org> - 2.2.0-2 - open https://github.com/atoum/atoum/pull/491 to fix inconsistency in setTestMethodPrefix/getTestMethodPrefix causing erratic test results in Koschei * Sun Aug 02 2015 Remi Collet <remi@fedoraproject.org> - 2.2.0-1 - update to 2.2.0 - XDebug is optional - update source0 - add backport stuff * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Mar 22 2015 Johan Cwiklinski <johan AT x-tnd DOT be> - 2.0.1-1 - Last upstream release * Wed Jun 11 2014 Johan Cwiklinski <johan AT x-tnd DOT be> - 0-0.11.gite1f64c2 - Add provides for registered Packagist package * Mon Jun 09 2014 Johan Cwiklinski <johan AT x-tnd DOT be> - 0-0.10.gite1f64c2 - Last upstream commit * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.9.git35a880e - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat May 10 2014 Johan Cwiklinski <johan AT x-tnd DOT be> - 0.0.8.git35a880e - Last upstream commit * Sun Dec 08 2013 Johan Cwiklinski <johan AT x-tnd DOT be> - 0.0.7.gita68f365 - Last upstream commit * Wed Aug 07 2013 Johan Cwiklinski <johan AT x-tnd DOT be> - 0.0.6.git587a130 - Last upstream commit * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.5.gita0452f6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Sun Jun 23 2013 Johan Cwiklinski <johan AT x-tnd DOT be> - 0.0.4.gita0452f6 - Last upstream commit * Fri May 10 2013 Johan Cwiklinski <johan AT x-tnd DOt be> - 0.0.3.git3118d58 - Last upstream commit * Sun Feb 10 2013 Johan Cwiklinski <johan AT x-tnd DOT be> - 0.0.2.gitdbfb82f - Last upstream commit - Rename package from php-atoum to atoum - add missing requires - change path to %{_datadir}/%{name} - add tests and relevant BR * Sun Jan 13 2013 Johan Cwiklinski <johan AT x-tnd DOT be> - 0-0.2.git724d3ee - Use %{real_name} instead of %{name} in path * Sun Jan 13 2013 Johan Cwiklinski <johan AT x-tnd DOT be> - 0-0.1.git724d3ee - Initial Release