Skip to content

Commit 2d45173

Browse files
committed
remove unused directories/files
Signed-off-by: Joey Smith <jsmith@webinertia.net> Signed-off-by: Joey Smith <jsmith@webinertia.net>
1 parent 7a44f47 commit 2d45173

File tree

6 files changed

+1
-77
lines changed

6 files changed

+1
-77
lines changed

_.ci/mysql_fixtures.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

_.laminas-ci/mysql_permissions.sql

Lines changed: 0 additions & 3 deletions
This file was deleted.

_.laminas-ci/phpunit.xml

Lines changed: 0 additions & 29 deletions
This file was deleted.

_.laminas-ci/pre-install.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

_.laminas-ci/pre-run.sh

Lines changed: 0 additions & 22 deletions
This file was deleted.

_compose.yml renamed to compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
ports:
2020
- "3306:3306"
2121
environment:
22-
- MYSQL_DATABASE=${MYSQL_DATABASE:-laminasdb_test}
22+
- MYSQL_DATABASE=${MYSQL_DATABASE:-phpdb_test}
2323
- MYSQL_USER=${MYSQL_USER:-user}
2424
- MYSQL_PASSWORD=${MYSQL_PASSWORD:-password}
2525
- MYSQL_RANDOM_ROOT_PASSWORD=${MYSQL_RANDOM_ROOT_PASSWORD:-yes}

0 commit comments

Comments
 (0)