mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-31 10:24:27 +00:00
init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Symfony\Component\HttpKernel\Tests\Exception;
|
||||
|
||||
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
|
||||
|
||||
class BadRequestHttpExceptionTest extends HttpExceptionTest
|
||||
{
|
||||
protected function createException()
|
||||
{
|
||||
return new BadRequestHttpException();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user