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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user