vd/tests/ExampleTest.php
2019-01-03 17:53:18 +08:00

7 lines
142 B
PHP

<?php
use Illuminate\Support\Carbon;
require_once realpath(dirname(__FILE__) . '/TestCase.php');
echo Carbon::parse('2019-01-31 23:59:59');