mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-03 06:48:12 +00:00
Initial commit
This commit is contained in:
13
vendor/symfony/http-kernel/Tests/Exception/UnprocessableEntityHttpExceptionTest.php
vendored
Normal file
13
vendor/symfony/http-kernel/Tests/Exception/UnprocessableEntityHttpExceptionTest.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Symfony\Component\HttpKernel\Tests\Exception;
|
||||
|
||||
use Symfony\Component\HttpKernel\Exception\UnprocessableEntityHttpException;
|
||||
|
||||
class UnprocessableEntityHttpExceptionTest extends HttpExceptionTest
|
||||
{
|
||||
protected function createException()
|
||||
{
|
||||
return new UnprocessableEntityHttpException();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user