@@ -14,8 +14,7 @@ |
||
| 14 | 14 | try |
| 15 | 15 | { |
| 16 | 16 | throw new Exception($this->testMessage, $this->testCode); |
| 17 | - } |
|
| 18 | - catch(Exception $e) |
|
| 17 | + } catch(Exception $e) |
|
| 19 | 18 | { |
| 20 | 19 | $this->assertEquals($e->getMessage(), $this->testMessage); |
| 21 | 20 | $this->assertEquals($e->getCode(), $this->testCode); |