qa:uploading

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:uploading [2009/03/10 14:10] zoeqa:uploading [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ===== What to do with your test when you have written it ===== ===== What to do with your test when you have written it =====
  
-At the moment the best thing to do is send the test to the QA mailing list, php-qa@lists.php.net. For the 2009 TestFest we will be setting up a Subversion repository so that users can check in their tests directly. When this is available instructions for how to use it will be added to this page.+There is an SVN repository here:
  
 + http://testfest.php.net/repos/testfest
  
- * TBD - owner zoe@php.net+Directories have been created for each registered user group, for example, http://testfest.php.net/repos/testfest/LondonUG is for use by the London user group. 
 + 
 +Under each user group directory there is a directory structure which is exactly the same as the PHP 53 source tree, except that only test directories are included and there are no files in any directory. There is a directory called 'Independent Contributors' for people that are not associated with any particular user group.  
 + 
 +The intention is that groups or individuals will put tests in the right place in the source tree, for example, tests for strings functions would go in ~ext/standard/tests/strings. If you aren't clear about where to put tests please ask or have a look at the full PHP source tree for tests of similar types. 
 + 
 +==== Access to SVN ==== 
 + 
 +Anyone can browse the repository or checkout files, eg 
 + 
 +svn checkout http://testfest.php.net/repos/testfest/LondonUG 
 + 
 +We will add all user group leads as SVN administrators - it will then be your responsibility to grant access to other members of your groups. A user interface to help with that is being developed. 
 + 
 +A user ID and password is requred to be able to check in. 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
  
  
qa/uploading.1236694259.txt.gz · Last modified: 2017/09/22 13:28 (external edit)