Laravel version update
Laravel version update
This commit is contained in:
13
vendor/symfony/http-kernel/Tests/Exception/PreconditionRequiredHttpExceptionTest.php
vendored
Normal file
13
vendor/symfony/http-kernel/Tests/Exception/PreconditionRequiredHttpExceptionTest.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Symfony\Component\HttpKernel\Tests\Exception;
|
||||
|
||||
use Symfony\Component\HttpKernel\Exception\PreconditionRequiredHttpException;
|
||||
|
||||
class PreconditionRequiredHttpExceptionTest extends HttpExceptionTest
|
||||
{
|
||||
protected function createException()
|
||||
{
|
||||
return new PreconditionRequiredHttpException();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user