File: raw_output_StatusTest.txt

package info (click to toggle)
phpunit 12.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 50,160 kB
  • sloc: php: 101,772; xml: 2,084; makefile: 124; sh: 99
file content (127 lines) | stat: -rw-r--r-- 5,443 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
PHPUnit %s Sebastian Bergmann and contributors.

Runtime:       %s
Configuration: %sconfiguration.basic.xml

Time: %s, Memory: %s

Set Up Before Class (PHPUnit\TestFixture\Basic\SetUpBeforeClass)
 ✘ One  %f ms
   ┐
   ├ Exception: forcing an Exception in setUpBeforeClass()
   │
   ╵ %stests%eend-to-end%e_files%ebasic%eunit%eSetUpBeforeClassTest.php:32
   ┴

 ↩ Two  %f ms
   ┐
   ├ This test was skipped due to an error in a hook method
   ┴

Set Up (PHPUnit\TestFixture\Basic\SetUp)
 ✘ One with set up exception  %f ms
   ┐
   ├ RuntimeException: throw exception in setUp
   │
   ╵ %stests%eend-to-end%e_files%ebasic%eunit%eSetUpTest.php:30
   ┴

 ✘ Two with set up exception  %f ms
   ┐
   ├ RuntimeException: throw exception in setUp
   │
   ╵ %stests%eend-to-end%e_files%ebasic%eunit%eSetUpTest.php:30
   ┴

Test result status with and without message
 ✔ Success  %f ms
 ✘ Failure  %f ms
   ┐
   ├ Failed asserting that false is true.
   │
   ╵ %stests%eend-to-end%e_files%ebasic%eunit%eStatusTest.php:%d
   ┴

 ✘ Error  %f ms
   ┐
   ├ RuntimeException:
   │
   ╵ %stests%eend-to-end%e_files%ebasic%eunit%eStatusTest.php:%d
   ┴

 ∅ Incomplete  %f ms
   ┐
   ╵ %stests%eend-to-end%e_files%ebasic%eunit%eStatusTest.php:%d
   ┴

 ↩ Skipped  %f ms
   ┐
   ╵ %stests%eend-to-end%e_files%ebasic%eunit%eStatusTest.php:%d
   ┴

 ☢ Risky  %f ms
   ┐
   ├ This test did not perform any assertions%w
   ┴

 ⚠ Warning  %f ms
   ┐
   ╵ %stests%eend-to-end%e_files%ebasic%eunit%eStatusTest.php:%d
   ┴

 ✔ Success with message  %f ms
 ✘ Failure with message  %f ms
   ┐
   ├ failure with custom message%w
   ├ Failed asserting that false is true.
   │
   ╵ %stests%eend-to-end%e_files%ebasic%eunit%eStatusTest.php:%d
   ┴

 ✘ Error with message  %f ms
   ┐
   ├ RuntimeException: error with custom message
   │
   ╵ %stests%eend-to-end%e_files%ebasic%eunit%eStatusTest.php:%d
   ┴

 ∅ Incomplete with message  %f ms
   ┐
   ├ incomplete with custom message
   │
   ╵ %stests%eend-to-end%e_files%ebasic%eunit%eStatusTest.php:%d
   ┴

 ↩ Skipped with message  %f ms
   ┐
   ├ skipped with custom message
   │
   ╵ %stests%eend-to-end%e_files%ebasic%eunit%eStatusTest.php:%d
   ┴

 ☢ Risky with message  %f ms
   ┐
   ├ This test did not perform any assertions%w
   ┴

 ⚠ Warning with message  %f ms
   ┐
   ├ warning with custom message
   │
   ╵ %stests%eend-to-end%e_files%ebasic%eunit%eStatusTest.php:%d
   ┴

Tear Down After Class (PHPUnit\TestFixture\Basic\TearDownAfterClass)
 ✔ One  %f ms
 ✔ Two  %f ms
 ✘ Tear down after class  0 ms
   ┐
   ├ Exception in PHPUnit\TestFixture\Basic\TearDownAfterClassTest::tearDownAfterClass
   ├ forcing an Exception in tearDownAfterClass()                                  
   │
   ╵ %stests%eend-to-end%e_files%ebasic%eunit%eTearDownAfterClassTest.php:%d
   ┴


ERRORS!
Tests: 21, Assertions: 7, Errors: 5, Failures: 3, Warnings: 2, Skipped: 3, Incomplete: 2, Risky: 2.