Skip to content

Commit 0815174

Browse files
committed
test: add ::_ test
1 parent d5b8a72 commit 0815174

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/UnderscoreTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ public function test_constant()
1515
}
1616
}
1717

18+
public function test_()
19+
{
20+
$this->assertInstanceOf(_::class, _::_());
21+
}
22+
1823
public function test_noop()
1924
{
2025
$epsilon = 0.0000000001;

0 commit comments

Comments
 (0)