Skip to content

Commit 5858ce1

Browse files
committed
chore: rename function test
1 parent 2ebbfd2 commit 5858ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Testo/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Testo\Attribute\Test;
99

1010
#[Test]
11-
function simpleAssertions(): void
11+
function simpleFunctionAssertions(): void
1212
{
1313
Assert::same(1, 1);
1414
Assert::null(null);

0 commit comments

Comments
 (0)