Skip to content

Instantly share code, notes, and snippets.

@k2tzumi
Created March 28, 2024 02:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save k2tzumi/a00f5027c144d8913c10b9862ffbcf0b to your computer and use it in GitHub Desktop.
Save k2tzumi/a00f5027c144d8913c10b9862ffbcf0b to your computer and use it in GitHub Desktop.
Test cases with Annotated
<?php
declare(strict_types=1);
use PHPUnit\Framework\TestCase;
final class AnnotatedSomeTest extends TestCase
{
#[\PHPUnit\Framework\Attributes\Test]
public function 日本語テストケース名(): void
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment