File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public function testRenderWhenRendererDoesNotExist()
34
34
}
35
35
36
36
/**
37
- * @expectedException InvalidArgumentException
37
+ * @expectedException \ InvalidArgumentException
38
38
*/
39
39
public function testRenderWithUnknownRenderer ()
40
40
{
@@ -44,7 +44,7 @@ public function testRenderWithUnknownRenderer()
44
44
}
45
45
46
46
/**
47
- * @expectedException RuntimeException
47
+ * @expectedException \ RuntimeException
48
48
* @expectedExceptionMessage Error when rendering "http://localhost/" (Status code is 404).
49
49
*/
50
50
public function testDeliverWithUnsuccessfulResponse ()
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ public function testProcessEscapesPhpTags()
133
133
}
134
134
135
135
/**
136
- * @expectedException RuntimeException
136
+ * @expectedException \ RuntimeException
137
137
*/
138
138
public function testProcessWhenNoSrcInAnEsi ()
139
139
{
@@ -173,7 +173,7 @@ public function testHandle()
173
173
}
174
174
175
175
/**
176
- * @expectedException RuntimeException
176
+ * @expectedException \ RuntimeException
177
177
*/
178
178
public function testHandleWhenResponseIsNot200 ()
179
179
{
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ protected function setUp()
35
35
}
36
36
37
37
/**
38
- * @expectedException RuntimeException
38
+ * @expectedException \ RuntimeException
39
39
*/
40
40
public function testHandleWhenControllerThrowsAnExceptionAndRawIsTrue ()
41
41
{
@@ -45,7 +45,7 @@ public function testHandleWhenControllerThrowsAnExceptionAndRawIsTrue()
45
45
}
46
46
47
47
/**
48
- * @expectedException RuntimeException
48
+ * @expectedException \ RuntimeException
49
49
*/
50
50
public function testHandleWhenControllerThrowsAnExceptionAndRawIsFalseAndNoListenerIsRegistered ()
51
51
{
@@ -147,7 +147,7 @@ public function testHandleWhenNoControllerIsFound()
147
147
}
148
148
149
149
/**
150
- * @expectedException LogicException
150
+ * @expectedException \ LogicException
151
151
*/
152
152
public function testHandleWhenTheControllerIsNotACallable ()
153
153
{
@@ -199,7 +199,7 @@ public function testHandleWhenTheControllerIsAStaticArray()
199
199
}
200
200
201
201
/**
202
- * @expectedException LogicException
202
+ * @expectedException \ LogicException
203
203
*/
204
204
public function testHandleWhenTheControllerDoesNotReturnAResponse ()
205
205
{
You can’t perform that action at this time.
0 commit comments