File tree 5 files changed +4
-4
lines changed
5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
# composer.dev.json export-ignore
15
15
# package-lock.json export-ignore
16
16
# package.json export-ignore
17
+ # patches export-ignore
17
18
# phpcs.xml export-ignore
18
19
# phpmd.xml export-ignore
19
20
# phpstan.neon export-ignore
Original file line number Diff line number Diff line change @@ -85,6 +85,8 @@ assert_composer_archive() {
85
85
86
86
# Add files not included in the project, but supported by the scripts.
87
87
touch .skip_npm_build
88
+ mkdir patches
89
+ touch patches/patch1.patch
88
90
89
91
# Archive the project using Composer.
90
92
archive_file_no_ext=" force_crystal-1.x-dev"
Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ process_internal() {
186
186
uncomment_line " .gitattributes" " .twig-cs-fixer.php"
187
187
uncomment_line " .gitattributes" " Makefile"
188
188
uncomment_line " .gitattributes" " composer.dev.json"
189
+ uncomment_line " .gitattributes" " patches"
189
190
uncomment_line " .gitattributes" " package-lock.json"
190
191
uncomment_line " .gitattributes" " package.json"
191
192
uncomment_line " .gitattributes" " phpcs.xml"
Original file line number Diff line number Diff line change 20
20
<ini name =" error_reporting" value =" 24575" />
21
21
<!-- Do not limit the amount of memory tests take to run. -->
22
22
<ini name =" memory_limit" value =" -1" />
23
- <!-- Example SIMPLETEST_BASE_URL value: http://localhost -->
24
23
<env name =" SIMPLETEST_BASE_URL" value =" http://localhost:8000" />
25
- <!-- Example SIMPLETEST_DB value: mysql://username:password@localhost/databasename#table_prefix -->
26
24
<env name =" SIMPLETEST_DB" value =" sqlite://localhost/drupal_test_extension.sqlite" />
27
25
<!-- Example BROWSERTEST_OUTPUT_DIRECTORY value: /path/to/webroot/sites/simpletest/browser_output -->
28
26
<!-- In Drupal < 11, the location for the HTML files is hardcoded to
Original file line number Diff line number Diff line change 25
25
<ini name =" error_reporting" value =" 24575" />
26
26
<!-- Do not limit the amount of memory tests take to run. -->
27
27
<ini name =" memory_limit" value =" -1" />
28
- <!-- Example SIMPLETEST_BASE_URL value: http://localhost -->
29
28
<env name =" SIMPLETEST_BASE_URL" value =" http://localhost:8000" />
30
- <!-- Example SIMPLETEST_DB value: mysql://username:password@localhost/database_name#table_prefix -->
31
29
<env name =" SIMPLETEST_DB" value =" sqlite://localhost/drupal_test_extension.sqlite" />
32
30
<!-- By default, browser tests will output links that use the base URL set
33
31
in SIMPLETEST_BASE_URL. However, if your SIMPLETEST_BASE_URL is an internal
You can’t perform that action at this time.
0 commit comments