qa:runtests:development

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
qa:runtests:development [2012/05/22 07:44] – [Installing PHP] zoeqa:runtests:development [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Setting up development environment ====== ====== Setting up development environment ======
 run-tests.php is a PHP script so all you really need is a fairly standard development environment. This is a brief set of instructions. run-tests.php is a PHP script so all you really need is a fairly standard development environment. This is a brief set of instructions.
 +If you just want to **run** the code this page is not for you - look [[http://wiki.php.net/qa/runtests/howtorun|here]]
  
 ==== Installing PHP ==== ==== Installing PHP ====
Line 14: Line 15:
 ==== Installing other things ==== ==== Installing other things ====
  
-The run-tests.php code is unit tested using PHPUnit. The unit tests can be run individually but teh easiest way to run them all is from a build.xml file drive by phing. +The run-tests.php code is unit tested using PHPUnit. The unit tests can be run individually but the easiest way to run them all is from a build.xml file driven by phing. 
  
-Code documentation is generated using Doxygen and test code coverage comes from Xdebug. +Code documentation is generated using Doxygen and unit test code coverage comes from Xdebug. 
  
-You don't need any of these things if all you want to do is run the code. You do need them if you want to make changes and test your changes.+You don'**need** any of these things if all you want to do is **run** the code. You do need them if you want to make changes and test your changes.
  
 So, in summary, install: So, in summary, install:
qa/runtests/development.1337672698.txt.gz · Last modified: 2017/09/22 13:28 (external edit)