diff --git a/.travis.yml b/.travis.yml index 37c3406..46f224e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ services: - mysql php: - 7.3 - # - 7.4 + - 7.4 before_install: - mysql -e 'CREATE DATABASE test' install: diff --git a/tests/Drivers/MySQL/MySQLDriverTest.php b/tests/Drivers/MySQL/MySQLDriverTest.php index 171ad5c..01e7379 100644 --- a/tests/Drivers/MySQL/MySQLDriverTest.php +++ b/tests/Drivers/MySQL/MySQLDriverTest.php @@ -10,7 +10,7 @@ use Destructr\Drivers\MySQLDriver; class MySQLDriverTest extends AbstractDriverTest { const DRIVER_CLASS = MySQLDriver::class; - const DRIVER_DSN = 'mysql:host=127.0.0.1;dbname=tes'; + const DRIVER_DSN = 'mysql:host=127.0.0.1;dbname=test'; const DRIVER_USERNAME = 'root'; const DRIVER_PASSWORD = ''; const DRIVER_OPTIONS = null;