Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
c0018213
Commit
c0018213
authored
Jan 08, 2021
by
Marc Egger
Browse files
fix phpunit: move phpunit config in 'conf' dir
parent
a914f9ed
Pipeline
#4855
passed with stages
in 4 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
c0018213
...
...
@@ -121,7 +121,7 @@ phpunit:
mv
-v
extension/*
typo3conf/ext/qfq/
# create new kind of config (qfq.json)
cp
-v
typo3conf/ext/qfq/Tests/phpunit_qfq.json
../qfq.json;
sed
-i
"s/#PHPUNIT_PASSWORD#/$(PHPUNIT_MYSQL_PASSWORD)/"
../qfq.json
cp
-v
typo3conf/ext/qfq/Tests/phpunit_qfq.json
../
conf/
qfq.json;
sed
-i
"s/#PHPUNIT_PASSWORD#/$(PHPUNIT_MYSQL_PASSWORD)/"
../
conf/
qfq.json
cp
-v
typo3conf/ext/qfq/Tests/phpunit_LocalConfiguration.php
typo3conf/LocalConfiguration.php
# run phpunit
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment