Skip to content

Commit f80390f

Browse files
committed
test: now()
1 parent b10aa05 commit f80390f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/BaseTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,9 @@ public function test_underscore()
4444

4545
$this->assertInstanceOf(_::class, underscore());
4646
}
47+
48+
public function test_now()
49+
{
50+
$this->assertTrue(is_float(_::_()->now()));
51+
}
4752
}

0 commit comments

Comments
 (0)