mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-14 12:23:44 +02:00
Spelling mistakes for tests
This commit is contained in:
@@ -36,7 +36,7 @@ class AuthenticateIPAccessTest extends MiddlewareTestCase
|
||||
/**
|
||||
* Test that a CIDR range can be used.
|
||||
*/
|
||||
public function testValidIPAganistCIDRRange()
|
||||
public function testValidIPAgainstCIDRRange()
|
||||
{
|
||||
$model = factory(ApiKey::class)->make(['allowed_ips' => '["192.168.1.1/28"]']);
|
||||
$this->setRequestAttribute('api_key', $model);
|
||||
|
||||
@@ -59,7 +59,7 @@ class AuthenticateKeyTest extends MiddlewareTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* Test that an invalid API identifer throws an exception.
|
||||
* Test that an invalid API identifier throws an exception.
|
||||
*
|
||||
* @expectedException \Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user