1
0
mirror of https://github.com/flarum/core.git synced 2025-08-11 02:44:04 +02:00

Added tests for invalid confirmation token handling

This commit is contained in:
Kirk Bushell
2015-10-27 14:47:03 +00:00
parent 400aa4fef9
commit 1b3d674c39
2 changed files with 31 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ class IlluminateValidationExceptionHandlerTest extends TestCase
public function test_it_creates_the_desired_output()
{
$this->markTestIncomplete();
$exception = new ValidationException(['field' => ['Some error']]);
$response = $this->handler->handle($exception);