TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

PHPUnit 4.0 Released

96 pointsby messageabout 11 years ago

2 comments

girvoabout 11 years ago
This is pretty exciting for me. At least, it would be (it seems like a drop in replacement, as the backwards compat breaking changes are really rarely used in production IME) -- except I&#x27;ve moved to <i>`nette&#x2F;tester&#x27;</i> [0][1]. It&#x27;s much much lighter (in features as well as run-time) but the trade-off is a seriously nice API, that includes even a nice DOM tester for integration work.<p>The HHVM support is most exciting for myself. I&#x27;ve moved production websites and personal projects all over to nginx + HHVM, and I&#x27;ve not run into any issues since the end of last year.<p>Now, all I want is Facebook&#x27;s &quot;Hack&quot; language to be formally documented. My personal tests show that the optional gradual H-M typing + HHVM&#x27;s speed + PHP&#x27;s benefits === Awesome. PHP has come a long way in the past few years.<p>[0] <a href="http://tester.nette.org/" rel="nofollow">http:&#x2F;&#x2F;tester.nette.org&#x2F;</a> [1] <a href="https://github.com/nette/tester" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nette&#x2F;tester</a>
评论 #7360435 未加载
评论 #7360434 未加载
评论 #7361462 未加载
mantraxabout 11 years ago
My litmus test about a package is can I reduce it to one line of code, for 80% of the benefits. If yes, it&#x27;s useless.<p>assert($condition);<p>It&#x27;s useless.
评论 #7361960 未加载
评论 #7362041 未加载