Home > Archive > PHP PEAR Questions and Answers > December 2007 > (Christian Weiske) PEAR QA tools page
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
(Christian Weiske) PEAR QA tools page
|
|
| Laurent Laville 2007-12-15, 7:02 pm |
| Christian,
As QA_PEAR_CI is not officially a pear package , I think its the good
area to post a bug (?) report.
While I still work to improve packages that I'm still leader, I found at
least one bad result with today result [1]
If you look at PEAR_Info entry you'll see something like :
PEAR_Info no data ok 1
If you follow doc link [2], what surprise to SEE
PEAR_Info undocumented
It's the only one where I don't fully wrote external doc (as other of my
packages), but complete it for public release of PEAR_Info 1.7.0, and
give it available on PEAR manual [3].
I think there are still problems with QA_PEAR_CI (see also my comment
about unit tests -- no data (column) on pear general mailing list)
Even if there is a problem (E_STRICT related) with HTML_CSS in your log [4]
there are no problem detected for Services_W3C_CSSValidator, but you can
still see no data (unit test) in [1]
Services_W3C_CSSValidator no data ok 1
While I've wrote a ALLTests.php [5] that run fine
Strange isn't it ?
BTW, your pages are really usefull Christian. Hope you may fix these
littles problems in future
Laurent
[1] http://pear.cweiske.de/overview.htm
[2] http://pear.cweiske.de/coverage/extendet.html#PEAR_Info
[3] http://pear.php.net/manual/en/package.pear-info.php
[4] http://pear.cweiske.de/pearstats.log
[5]
http://cvs.php.net/viewvc.cgi/pear/...ts/AllTests.php
| |
| Jorrit Schippers - nCode 2007-12-15, 7:02 pm |
| I was looking at the statistics for Net_FTP, and I have to comments:
- How can my tests be run? I require a config.php, will christian be
able to set one up to make the Net_FTP tests run?
- In CVS there is a file called FTP_PHP5.php, which was an early
attempt of a maintainer before me to create a PHP5 version. It will
not be updated anymore and it causes the CS stats to show a high
number of errors, which is not nice. Shall I just remove it from CVS?
Jorrit
|
|
|
|
|