Skip to content
Snippets Groups Projects
Commit 4bbce908 authored by Carsten  Rose's avatar Carsten Rose
Browse files

Try to fix Makefile

parent 7f83c2e2
No related branches found
No related tags found
6 merge requests!456F10782_TinyMce_Image_Upload_2,!455F10782_TinyMce_Image_Upload_2,!454F10782 TinyMce Image Upload V2,!449Refs #10782 - TinyMce Image Upload final version. With feature from Refs #12452.,!448refs #10782 - tinyMce image upload final version,!407F10782 TinyMCE picture upload with user given base file path and unique filename
Pipeline #6948 failed
...@@ -117,16 +117,13 @@ copyReleaseNotes: ...@@ -117,16 +117,13 @@ copyReleaseNotes:
phpunit: phpunit:
# update composer with dev to install phpunit package # update composer with dev to install phpunit package
cd extension; composer update cd extension; composer update
# mock typo3 directory structure # mock typo3 directory structure
mkdir -p typo3conf/ext/qfq mkdir -p typo3conf/ext/qfq
mv -v extension/* typo3conf/ext/qfq/ mv -v extension/* typo3conf/ext/qfq/
# create new kind of config (qfq.json) # create new kind of config (qfq.json)
mkdir -p ../conf mkdir -p ../conf
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_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 cp -v typo3conf/ext/qfq/Tests/phpunit_LocalConfiguration.php typo3conf/LocalConfiguration.php
# run phpunit # run phpunit
cd typo3conf/ext/qfq/; pwd; vendor/bin/phpunit --configuration phpunit.xml cd typo3conf/ext/qfq/; pwd; vendor/bin/phpunit --configuration phpunit.xml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment