Skip to content
This repository was archived by the owner on Mar 26, 2021. It is now read-only.

Commit 97ae727

Browse files
committed
Add example output to documentation
1 parent f2588c2 commit 97ae727

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,41 @@ If you're not using PSR-4 autoloading, also add the class' file path to the `<li
9797
## Example output
9898

9999
---
100+
---
101+
102+
💚 Passed | 💔 Error | 💔 Failure | 🧡 Warning | 💛 Risky | 💙 Incomplete | 💜 Skipped
103+
104+
# Test suite: Unit-Test-Suite
105+
106+
* Environment: `Testing`
107+
* Base namespace: `hollodotme\PHPUnit`
108+
109+
## UnitTest
110+
111+
- [x] Can Have Single Test (💚 1)
112+
- [ ] Can Have Test With Data Sets (💚 3, 💛 3, 💜 3, 💙 3, 🧡 3, 💔 3)
113+
> 3: DataSet is risky.
114+
> 4: DataSet is risky.
115+
> 5: DataSet is risky.
116+
> 6: DataSet was skipped.
117+
> 7: DataSet was skipped.
118+
> 8: DataSet was skipped.
119+
> 9: DataSet is incomplete.
120+
> 10: DataSet is incomplete.
121+
> 11: DataSet is incomplete.
122+
> 12: DataSet creates warning.
123+
> 13: DataSet creates warning.
124+
> 14: DataSet creates warning.
125+
> 15: DataSet fails.
126+
> 16: DataSet errors out.
127+
> 17: DataSet errors out.
100128
129+
130+
---
131+
132+
Report created at 2018-05-21 22:23:12 (Europe/Berlin)
133+
134+
---
101135
---
102136

103137
## Contributing

0 commit comments

Comments
 (0)