mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 20:04:32 +02:00
Fix formatting in DateTimeFormatTest
This commit is contained in:
parent
6f159e69be
commit
47e4bad151
1 changed files with 35 additions and 34 deletions
|
@ -161,7 +161,8 @@ class DateTimeFormatTest extends MockedTestCase
|
|||
$this->assertEquals(259200, $now - $date);
|
||||
}
|
||||
|
||||
public function dataConvert() {
|
||||
public function dataConvert()
|
||||
{
|
||||
return [
|
||||
'unix timestamp' => [
|
||||
'expected' => '2025-03-12 16:18:27',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue