Skip to content

Instantly share code, notes, and snippets.

@k2tzumi
Last active March 28, 2024 02:12
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/3cd421df288bae226c5917a970bd2568 to your computer and use it in GitHub Desktop.
Save k2tzumi/3cd421df288bae226c5917a970bd2568 to your computer and use it in GitHub Desktop.
Test cases with test annotation
<?php
declare(strict_types=1);
use PHPUnit\Framework\TestCase;
final class AnnotatedSomeTest extends TestCase
{
/**
* @test
*/
public function 日本語テストケース名(): void
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment