Hi,
PHPUnit 4.4 will have 2 new features:
- colors is only enabled when output is a terminal - date.timezone defaults to UTC when not defined
Both are now backported in our build, in all branches
- version 4.3.5-1 in F21 and EPEL-7 - version 3.7.34-2 in F19, F20 and EPEL-6
This will allow us clean some of our spec, ex
-sed 's/colors="true"/colors="false"/' phpunit.xml.dist > phpunit.xml -phpunit -d date.timezone="UTC" +phpunit
Hope this helps ;)
Of course, tests and feedback (karma) for packages in testing is very welcome.
Remi.
P.S yes at some time I will see to update to 4.x in F20 and EPEL-6
That's awesome Remi! THANKS! The backports were what I was waiting for before removing those bits from my pkgs. I will test it out as soon as I am able.
On Nov 12, 2014 10:30 AM, "Remi Collet" Fedora@famillecollet.com wrote:
Hi,
PHPUnit 4.4 will have 2 new features:
- colors is only enabled when output is a terminal
- date.timezone defaults to UTC when not defined
Both are now backported in our build, in all branches
- version 4.3.5-1 in F21 and EPEL-7
- version 3.7.34-2 in F19, F20 and EPEL-6
This will allow us clean some of our spec, ex
-sed 's/colors="true"/colors="false"/' phpunit.xml.dist > phpunit.xml -phpunit -d date.timezone="UTC" +phpunit
Hope this helps ;)
Of course, tests and feedback (karma) for packages in testing is very welcome.
Remi.
P.S yes at some time I will see to update to 4.x in F20 and EPEL-6 _______________________________________________ php-devel mailing list php-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/php-devel
"as soon as I am able" = when I have time
I didn't mean when it's in buildroot ;)
On Wed, Nov 12, 2014 at 11:42 AM, Remi Collet Fedora@famillecollet.com wrote:
Le 12/11/2014 17:34, Shawn Iwinski a écrit :
That's awesome Remi! THANKS! The backports were what I was waiting for before removing those bits from my pkgs. I will test it out as soon as I am able.
Those packages are now in all the buildroot, so easy to test ;)
Remi.
php-devel mailing list php-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/php-devel
Le 12/11/2014 16:30, Remi Collet a écrit :
- colors is only enabled when output is a terminal
War is not over :(
See https://github.com/sebastianbergmann/phpunit/pull/1527#issuecomment-66977126
And also https://github.com/sebastianbergmann/phpunit/pull/1529
Comment on this is welcome ;)
Remi.
php-devel@lists.fedoraproject.org