Commit:    a6d158d0e91eb78cbf15c400d65faea26d7d4ecb
Author:    v-maf...@microsoft.com <v-maf...@microsoft.com>         Tue, 25 Mar 
2014 11:05:30 -0700
Parents:   92789bde15d925a06c5518cb6890e6b9d37e456b
Branches:  master

Link:       
http://git.php.net/?p=web/qa.git;a=commitdiff;h=a6d158d0e91eb78cbf15c400d65faea26d7d4ecb

Log:
Fix misspelling

Changed paths:
  M  reports/index.php


Diff:
diff --git a/reports/index.php b/reports/index.php
index 60daefc..65e30d5 100644
--- a/reports/index.php
+++ b/reports/index.php
@@ -8,7 +8,7 @@ common_header();
 
 ?>
 
-<p>QA reports and test data are generated using two different tools, 
run-test.php and PFTT:</p>
+<p>QA reports and test data are generated using two different tools, <a 
href="run-tests.php">run-tests.php</a> and <a href="/pftt.php">PFTT</a>:</p>
 
 <p>
 <a href="run_tests.php">run-tests.php</a>  The standard tool for running PHPT 
tests against PHP core on the command-line (CLI scenario). Whenever users build 
PHP for install, they should run `make test`, which runs run-test.php on their 
build.


--
PHP Quality Assurance Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to