File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public function testGetCreateDatabaseCommand()
2424 $ database ->pass = 'TestPass ' ;
2525 $ database ->host = 'TestHost ' ;
2626
27- $ expected = 'mysql -u \'TestUser \' --password= \'TestPass \' -h \'TestHost \' -e \'CREATE DATABASE `TestName` DEFAULT CHARACTER SET UTF8 COLLATE utf8_general_ci ; \'' ;
27+ $ expected = 'mysql -u \'TestUser \' --password= \'TestPass \' -h \'TestHost \' -e \'CREATE DATABASE `TestName` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci ; \'' ;
2828 $ this ->assertSame ($ expected , $ database ->getCreateDatabaseCommand ());
2929 }
3030}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public function testGetCreateDatabaseCommand()
2424 $ database ->pass = 'TestPass ' ;
2525 $ database ->host = 'TestHost ' ;
2626
27- $ expected = 'mysql -u \'TestUser \' --password= \'TestPass \' -h \'TestHost \' -e \'CREATE DATABASE `TestName` DEFAULT CHARACTER SET UTF8 COLLATE utf8_general_ci ; \'' ;
27+ $ expected = 'mysql -u \'TestUser \' --password= \'TestPass \' -h \'TestHost \' -e \'CREATE DATABASE `TestName` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci ; \'' ;
2828 $ this ->assertSame ($ expected , $ database ->getCreateDatabaseCommand ());
2929 }
3030}
You can’t perform that action at this time.
0 commit comments