Skip to content
This repository was archived by the owner on May 2, 2023. It is now read-only.

Commit 5ff9b50

Browse files
committed
Test2
1 parent badfae7 commit 5ff9b50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ MAILER_URL=null://localhost
2020
# Format described at http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
2121
# For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db"
2222
# Configure your db driver and server_version in config/packages/doctrine.yaml
23-
DATABASE_URL=mysql://root:@127.0.0.1:3306/travis
23+
DATABASE_URL=mysql://root:@127.0.0.1:3306/travistest
2424
###< doctrine/doctrine-bundle ###

phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<env name="APP_SECRET" value="s$cretf0rt3st" />
1616
<env name="SHELL_VERBOSITY" value="-1" />
1717
<!-- define your env variables for the test env here -->
18-
<env name="DATABASE_URL" value="mysql://root:@127.0.0.1:3306/travis" />
18+
<env name="DATABASE_URL" value="mysql://root:@127.0.0.1:3306/travistest" />
1919
</php>
2020

2121
<testsuites>

0 commit comments

Comments
 (0)