Skip to content

Commit e168b30

Browse files
committed
Documentation: update location of tests file
1 parent c89967f commit e168b30

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# W3C's i18n Checker
1+
# W3C's i18n Checker
22

33
This checker performs various tests on a Web Page to determine its level of internationalisation-friendliness. It also summarises key internationalization information about a page, such as character encoding and language declarations, etc.
44

@@ -13,14 +13,12 @@ This software is free/open source, licensed under the terms of the [W3C software
1313

1414
There is a set of [installation notes](https://github.com/w3c/i18n-checker/wiki/Installation-notes) for those who want to work with the source code.
1515

16-
Proposals for changes to the checker must be submitted via pull requests, and will need to be reviewed by someone other than the proposer before merging with the master branch. The file tests/index.php should be run before submitting a pull request, to ensure that the changes don't break existing tests.
16+
Proposals for changes to the checker must be submitted via pull requests, and will need to be reviewed by someone other than the proposer before merging with the master branch. The file `www/test.php` should be run before submitting a pull request, to ensure that the changes don't break existing tests.
1717

18-
When submitting a pull requests for a new check, you should
18+
When submitting a pull requests for a new check, you should
1919

2020
1. add new tests for that check in tests/data.php
21-
2. add calls to those tests to tests/index.php, and ensure that none of the previous tests break
21+
2. add calls to those tests to `www/test.php`, and ensure that none of the previous tests break
2222
3. add the check to doc/checker.en.php
2323
4. add parsed data that may be useful elsewhere to the class.Parser.php file, but add the actual test to class.Checker.php
2424
5. add the full set of messages and links needed for the report to langs/en.properties
25-
26-

0 commit comments

Comments
 (0)