Skip to content

Commit 9b9997b

Browse files
committed
Updated Readme.
Updated workflow name.
1 parent c6f5461 commit 9b9997b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/Tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: Tests
22

33
on:
44
push:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ Pip is a [PHPUnit][] extension that immediately prints exceptions and assertion
1616

1717
* Display the name of each test case as it is executed.
1818
* Display the execution time of each test in tiered colour bands.
19-
* Immediately print exceptions and assertion failures as they occur.
19+
* Immediately print exceptions, assertion failures, warnings, notice and deprecation messages as they occur.
2020
* Flawless test suite indicator: success dot turns to red exclamation mark if any prior tests failed. Useful for CI consoles without a scrollback buffer.
2121

2222
## Preview
2323

24-
The following preview is somewhat atypical but shows all supported output cases at once. Of course, we expect all *your* tests to be green!
24+
The following preview is somewhat atypical but shows all supported output cases at once. Of course, we expect all *your* tests to be mostly green!
2525

2626
![Preview image][]
2727

@@ -70,7 +70,7 @@ Pip's behaviour can be customized by adding `<parameter>` nodes as children of t
7070
| 2 | *yanked* | - |
7171
| 1 | 5 / 6 | 5.6 / 7.0 |
7272
73-
## Testing
73+
## Testing Pip
7474
7575
The printer's capabilities are exploited via `CapabilitiesTest`. However, this test file isn't run directly because many of these tests are designed to fail. Instead, we write tests that run PHPUnit internally, each of which invokes one of the capability test cases and verifies its output.
7676

0 commit comments

Comments
 (0)