Made the flash value appear in the description.
When the expected level did not match the incoming level.
This commit is contained in:
parent
10cdc1133c
commit
895af79255
@ -59,6 +59,6 @@ abstract class FeatureTestCase extends TestCase
|
|||||||
$flash = $flashMessage->first();
|
$flash = $flashMessage->first();
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->assertEquals($excepted, $flash['level']);
|
$this->assertEquals($excepted, $flash['level'], json_encode($flash));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user