set days of week using bitwise operators
This commit is contained in:
13
tests/UtilsTest.php
Normal file
13
tests/UtilsTest.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
use App\Facades\Utils;
|
||||
|
||||
class UtilsTest extends TestCase
|
||||
{
|
||||
public function setUp() {
|
||||
}
|
||||
|
||||
public function testSecondsToTime() {
|
||||
print_r(Utils::secondsToTime(3600));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user