Skip to content

Commit 4230b8a

Browse files
committed
Test using service
1 parent 7b25c02 commit 4230b8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/SqlServerDatabaseTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ class SqlServerDatabaseTest extends BaseDatabase
1919
public function getExpectedUsersVersion1()
2020
{
2121
return [
22-
["id" => 1, "name" => 'John Doe', 'createdate' => 'Jan 10 2016 12:00:00:AM'],
23-
["id" => 2, "name" => 'Jane Doe', 'createdate' => 'Dec 30 2015 12:00:00:AM']
22+
["id" => 1, "name" => 'John Doe', 'createdate' => '2016-01-10'],
23+
["id" => 2, "name" => 'Jane Doe', 'createdate' => '2015-12-30']
2424
];
2525
}
2626

0 commit comments

Comments
 (0)