From 399eb989e661dae62981f64949f35a976ccaca85 Mon Sep 17 00:00:00 2001 From: Theodore Brown Date: Mon, 21 Oct 2024 23:14:00 -0500 Subject: [PATCH] Test multi-byte characters --- test/DbTestCase.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/DbTestCase.php b/test/DbTestCase.php index 7547337..4104197 100644 --- a/test/DbTestCase.php +++ b/test/DbTestCase.php @@ -113,14 +113,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, ], ];