From 44cfbad503fdf9e3586acadea830e8e24509adba Mon Sep 17 00:00:00 2001 From: Thomas Kane Date: Tue, 5 Mar 2019 12:34:21 -0600 Subject: [PATCH] updates for username and pass for testing --- .travis.yml | 4 ++-- phpunit.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index fdcae53..8f93d6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,8 +18,8 @@ before_install: - composer validate --no-check-all --strict - composer require "laravel/framework:${LARAVEL_VERSION}" --no-update -n - mysql -e 'CREATE DATABASE test;' - - mysql -e "CREATE USER 'root'@'localhost' IDENTIFIED BY 'root';" - - mysql -e "GRANT ALL ON ssn-test.* TO 'root'@'localhost';" + - mysql -e "CREATE USER 'testing'@'localhost' IDENTIFIED BY 'testing';" + - mysql -e "GRANT ALL ON test.* TO 'testing'@'localhost';" install: - travis_retry composer install --no-suggest --prefer-dist -n -o diff --git a/phpunit.xml b/phpunit.xml index 86aba0f..9a1312f 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -23,7 +23,7 @@ - - + +