Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit 2d585f8

Browse files
committed
Minor
1 parent 2903850 commit 2d585f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ final class BTest extends TestCase
1515
{
1616
public function testMe(): void
1717
{
18-
$var = BType::OPT;
18+
self::assertSame(1, BType::OPT);
1919
self::assertTrue((new B())->inArray());
2020
}
2121
}

0 commit comments

Comments
 (0)