Skip to content

Commit

Permalink
Test multi-byte characters
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorejb committed Oct 22, 2024
1 parent 3215b97 commit 0d0b0d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/DbTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@ public function testPatchByIds(): void

$users = [
[
'name' => 'Name 1',
'birthday' => '2010-11-12',
'weight' => 100.0,
'name' => 'Canada 🪿',
'birthday' => '2024-10-21',
'weight' => 10.55,
],
[
'name' => 'Name 2',
'birthday' => '2011-12-13',
'weight' => 123.0,
'name' => 'Rutt 🫎',
'birthday' => '2015-02-03',
'weight' => 1500.0,
],
];

Expand Down

0 comments on commit 0d0b0d2

Please sign in to comment.