Laravel Pint fixes
This commit is contained in:
parent
7a58287b34
commit
126bb29ae2
50 changed files with 299 additions and 299 deletions
|
@ -19,7 +19,7 @@ class TokenServiceTest extends TestCase
|
|||
* the APP_KEY, to test, we shall create a token, and then verify it.
|
||||
*/
|
||||
#[Test]
|
||||
public function tokenserviceCreatesAndValidatesTokens(): void
|
||||
public function tokenservice_creates_and_validates_tokens(): void
|
||||
{
|
||||
$tokenService = new TokenService;
|
||||
$data = [
|
||||
|
@ -38,7 +38,7 @@ class TokenServiceTest extends TestCase
|
|||
}
|
||||
|
||||
#[Test]
|
||||
public function tokensWithDifferentSigningKeyThrowsException(): void
|
||||
public function tokens_with_different_signing_key_throws_exception(): void
|
||||
{
|
||||
$this->expectException(RequiredConstraintsViolated::class);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue