mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
Code style
This commit is contained in:
@ -15,7 +15,7 @@ class ExceptionTest extends TestCase
|
||||
$this->assertEquals('bar', $array['message']);
|
||||
$this->assertEquals('foo', $array['previous']['message']);
|
||||
|
||||
$e = new InvalidCallException('bar', 0 ,new UserException('foo'));
|
||||
$e = new InvalidCallException('bar', 0, new UserException('foo'));
|
||||
$array = $e->toArray();
|
||||
$this->assertEquals('bar', $array['message']);
|
||||
$this->assertEquals('foo', $array['previous']['message']);
|
||||
|
Reference in New Issue
Block a user