Skip to search formSkip to main contentSkip to account menu

PHPUnit

PHPUnit is a unit testing framework for the PHP programming language. It is an instance of the xUnit architecture for unit testing frameworks that… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2021
2021
  • Matt Zandstra
  • 2021
  • Corpus ID: 58583959
Every component in a system depends for its continued smooth running on the consistency of operation and interface of its peers… 
2018
2018
Because the system under test contains multiple subsystem interactions, the correctness and consistency of the interface return… 
2012
2012
Software unit tests allow preventing large-scale errors that over the years require major money and time invest for their… 
2012
2012
We end our time with Zend Framework by looking at how to run unit tests in our application, using PHPUnit. 
2012
2012
Las pruebas unitarias de software permiten evitar errores a gran escala que con el paso del tiempo requieren mayor inversion para… 
2011
2011
Las soluciones para pruebas unitarias de software basadas en librerias no son suficientes debido que para su uso es necesario su… 
2010
2010
Many businesses and organizations depend on older high-value PHP software that risks abandonment because it is impossible to… 
2009
2009
Unit tests are a vital part of several software development practices and processes such as Test-First Programming, Extreme… 
2008
2008
  • 2008
  • Corpus ID: 15791340
Generally, testing any application should be both effective, in that the testing covers a wide range of functionality, and… 
2005
2005
Smart web developers will tell you that the sooner you detect your code mistakes, the quicker you can fix them, and the less the…