Skip to content

Commit

Permalink
no longer using formatting-functions.php
Browse files Browse the repository at this point in the history
  • Loading branch information
SiR-DanieL committed Mar 6, 2015
1 parent f699f51 commit c15091d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ A text code coverage summary can be displayed using the `--coverage-text` option

## Writing Tests

* Each test file should roughly correspond to an associated source file, e.g. the `formatting-functions.php` test file covers code in the `wc-formatting-functions.php` file
* Each test file should roughly correspond to an associated source file, e.g. the `formatting/functions.php` test file covers code in the `wc-formatting-functions.php` file
* Each test method should cover a single method or function with one or more assertions
* A single method or function can have multiple associated test methods if it's a large or complex method
* Use the test coverage HTML report (under `tmp/coverage/index.html`) to examine which lines your tests are covering and aim for 100% coverage
Expand Down

0 comments on commit c15091d

Please sign in to comment.