1
0
mirror of https://github.com/php/web-qa.git synced 2026-03-24 15:32:13 +01:00

52 Commits

Author SHA1 Message Date
Aaron Junker
4496f6477e Properly set $CURRENT_PAGE and $TITLE
Closes GH-36.
2022-07-07 13:36:15 +02:00
Aaron Junker
8f97866dc9 Remove gcov links
Closes GH-35.
2022-05-27 11:09:46 +02:00
Max Semenik
7053f7a786 Update docs with --EXTENSIONS-- information
Closes GH-34.
2021-08-03 12:52:59 +02:00
Rasmus Lerdorf
9331e6e54c Replace references to git.php.net 2021-03-29 06:56:15 -07:00
hgsgtk
7d5d6636af fix typo 'shoudl' to 'should'
Closes GH-31.
2020-12-03 11:24:32 +01:00
Kalle Sommer Nielsen
91da7a5a94 PHP 5.6 is no more and PHP_HEAD is now 8.0 2019-05-17 01:02:16 +03:00
Peter Kokot
26375ae1fe Update outdated links 2018-10-30 23:57:06 +01:00
Peter Kokot
f24bc9fccc Update http to https 2018-10-26 01:03:37 +02:00
Peter Kokot
dccb4e68b5 Sync leading and final newlines
This patch adds missing newlines, trims multiple redundant final
newlines into a single one and trims leading newlines at the beginning
of the files.

According to POSIX, a line is a sequence of zero or more non-'<newline>'
characters plus a terminating '<newline>' character. [1] Files should
normally have at least one final newline character.

C89 [2] and later standards [3] mention a final newline:
"A source file that is not empty shall end in a new-line character,
which shall not be immediately preceded by a backslash character."

Although it is not mandatory for all files to have a final newline
fixed, a more consistent and homogeneous approach brings less of commit
differences issues and a better development experience in certain text
editors and IDEs.

[1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
[2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2
[3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
2018-10-19 08:32:13 +02:00
Peter Kokot
401c36481b Remove Autogeneration tests docs
The `generate-phpt` used to provide generating tests however it is not
maintanined nor working anymore and has been removed from the php-src
repository since PHP-7.3.

If the new repository dedicated for the generate-phpt script will be
created one day in the future this can be added back.
2018-10-17 08:33:15 +02:00
Peter Kokot
b5ca40eae5 Trim trailing whitespace 2018-10-17 08:22:48 +02:00
Peter Kokot
7276801013 Remove unused Git attributes ident
The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.

In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.

This patch simplifies handling of $Id$ keywords by removing them since
they are not used anymore.
2018-10-17 08:01:18 +02:00
Sara Golemon
dce0a011bb Move get_active_branches() to write-test.php which is the only place it is used 2018-08-24 17:07:53 -04:00
Kalle Sommer Nielsen
6bcd719cbe Fixed bug #75326 (https://qa.php.net/tested-methods.php is outdated)
This is done by adding a new function (get_active_branches()), that returns a constant array with active versions (hence the added note in release-qa.php).

The write-test.php page now has a new paragraph listing active branches and linking to GCOV instead of the old and outdated coverage data we had stored on QA (which almost managed to celebrate a 10 year birthday).
2018-07-23 11:41:31 +02:00
Filip Halaxa
e108acd137 Typo in a variable name 2017-07-03 13:50:04 +02:00
Christoph M. Becker
e368e2edef replaced dirname(__FILE__) with __DIR__ 2015-06-03 23:22:44 +02:00
Freek Lijten
3f4a19bf34 Changed debugging into analyzing, that seems to be a better wording. 2015-03-19 17:29:44 +01:00
Freek Lijten
e4fcf78379 Added missing file information for *.sh 2015-03-10 13:51:20 +01:00
Freek Lijten
10e1643fe0 Added a section with information on debugging unexpectedly failing .phpt cases 2015-03-10 11:56:55 +01:00
Hannes Magnusson
d209c4328c Missing <p>s 2013-12-29 23:41:33 -08:00
Hannes Magnusson
c71470b570 Awww the good old days. Table layout. I miss the good old days 2013-12-15 01:30:53 -08:00
Julien Pauli
0ae602c12d micro typo 2013-11-26 10:56:00 +01:00
Ferenc Kovacs
4c1920955b replace svn with git here 2012-08-19 14:25:53 +02:00
Hannes Magnusson
da6dd35d1a Fixed bug#54901 (Outdated URL in qa.php.net/write-test.php) (felipe) 2011-05-23 10:05:55 +00:00
Philip Olson
1cb921d07d Fixed typo, as spotted by Kalle 2010-05-15 02:03:28 +00:00
Hannes Magnusson
9ae820ffda Link to the correct module 2009-05-08 10:13:56 +00:00
Hannes Magnusson
a3b27587ee fix typo in filename 2009-05-08 10:00:28 +00:00
Hannes Magnusson
2272d2f6a1 - Added anchor loving
- Added link to the expectf-details page
2009-05-08 09:57:02 +00:00
Zoe Slattery
399193914a Adding an 's' to run-test 2009-05-07 09:25:35 +00:00
Zoe Slattery
f7d1ef524e Modification to guidance on time zone setting. 2009-01-13 16:15:05 +00:00
Steve Seear
e616c398c9 Added a link to coverage table on the Writing Tests QA webpage. 2008-05-13 14:09:55 +00:00
Nuno Lopes
0de668fd3c move stuff from doc.php.net/wiki to wiki.php.net 2008-04-10 22:35:46 +00:00
Nuno Lopes
ab9fe09936 fix html tag. patch by Felipe 2008-04-10 22:34:25 +00:00
Derick Rethans
2aa5e112dc - Added some notes by Chris Jones. 2008-04-05 12:17:11 +00:00
Zoe Slattery
b672584f68 Updates to QA pages 2008-02-13 15:17:58 +00:00
Nuno Lopes
0d47a203b8 add --FILE_EXTERNAL--. text by Greg 2008-01-06 00:07:23 +00:00
Derick Rethans
65e4060103 - Fixed sample code. 2007-11-14 10:20:24 +00:00
Nuno Lopes
e395e6bf7c add %a EXPECTF scanner 2007-09-14 16:02:23 +00:00
Nuno Lopes
67609ee670 add DEFLATE_POST and GZIP_POST 2007-07-25 14:04:38 +00:00
Zoe Slattery
71c292a028 Inserted a section on cleaning up temporary files created by test cases 2007-06-07 10:04:02 +00:00
Nuno Lopes
309ebffcdc add the new COOKIE section. make note that some sections force the use of the CGI binary 2006-12-09 22:13:01 +00:00
Nuno Lopes
8a109b6709 fix some html errors. add Uxx sections 2006-09-16 12:20:13 +00:00
Nuno Lopes
2a989ba85f start updating this: add new sections of phpt files
document new %xx matchers in EXPECTF mode. more to come.. tomorrow
2006-09-14 19:24:49 +00:00
Nuno Lopes
f3e5cc627a use the __FILE__ constant instead of depending on register_globals 2006-09-14 18:41:01 +00:00
Marcus Boerger
b36a29eb70 - Update by Ligaya Turmelle 2006-08-07 19:47:34 +00:00
Marcus Boerger
9f61cb1251 - Update 2006-07-11 22:50:53 +00:00
Marcus Boerger
8171186f20 - Wording 2006-07-09 12:45:53 +00:00
Marcus Boerger
08c7bb6084 - Update 2006-07-09 11:27:41 +00:00
Marcus Boerger
b8e7c545c9 - Update 2006-07-09 11:17:25 +00:00
Marcus Boerger
fa9c9c6f02 - Update to new version featuress 2006-05-13 14:10:48 +00:00