File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed
tests/unit/Framework/Constraint Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -22,31 +22,4 @@ public function testLiteralMessage()
2222 {
2323 throw new \Exception ('A literal exception message ' );
2424 }
25-
26- /**
27- * @expectedException \Exception
28- * @expectedExceptionMessage A partial
29- */
30- public function testPartialMessageBegin ()
31- {
32- throw new \Exception ('A partial exception message ' );
33- }
34-
35- /**
36- * @expectedException \Exception
37- * @expectedExceptionMessage partial exception
38- */
39- public function testPartialMessageMiddle ()
40- {
41- throw new \Exception ('A partial exception message ' );
42- }
43-
44- /**
45- * @expectedException \Exception
46- * @expectedExceptionMessage exception message
47- */
48- public function testPartialMessageEnd ()
49- {
50- throw new \Exception ('A partial exception message ' );
51- }
5225}
You can’t perform that action at this time.
0 commit comments