File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ COPY scripts/remove-paypal-braintree.php scripts/remove-paypal-braintree.php
22
22
COPY scripts/patch-AC2855.php scripts/patch-AC2855.php
23
23
COPY templates/memory-limit-php.ini /usr/local/etc/php/conf.d/memory-limit-php.ini
24
24
25
+ COPY Test/composer.json extensions/MichielGerritsen-ExampleTest/
26
+ COPY Test/ExampleTest.php extensions/MichielGerritsen-ExampleTest/Test/Integration/
27
+
25
28
RUN set -e; \
26
29
./start-services && \
27
30
composer self-update --2 && \
@@ -79,6 +82,9 @@ RUN set -e; \
79
82
rm scripts/apply-2.4-patches.php && \
80
83
rm scripts/downgrade-monolog.php && \
81
84
rm scripts/fix-monolog.php && \
85
+ composer require michielgerritsen/exampletest:@dev && \
86
+ cd /data/dev/tests/integration/ && ../../../vendor/bin/phpunit /data/vendor/michielgerritsen/exampletest/Test/Integration/ExampleTest.php && \
87
+ cd /data && \
82
88
./stop-services
83
89
84
90
COPY templates/install-config-mysql.php dev/tests/integration/etc/
You can’t perform that action at this time.
0 commit comments