Move every code file in Code folder
continuous-integration/drone/push Build is failing Details

unit_test
dorian.hodin 2 years ago
parent 72729cfbfb
commit 2689ab74d6

2
.gitignore vendored

@ -0,0 +1,2 @@
/Code/Source/Config/vendor/
/Code/Source/.phpunit.cache/

@ -3,7 +3,7 @@ RUN apt-get update && apt-get install -y git zip
COPY . /var/www/html
WORKDIR /var/www/html/Config
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
RUN composer update --prefer-source ../. && composer install --prefer-source ../.
RUN composer update && composer install --prefer-source ../.
WORKDIR /var/www/html
RUN Config/vendor/bin/phpunit .\Tests --coverage-clover coverage.xml

Before

Width:  |  Height:  |  Size: 125 KiB

After

Width:  |  Height:  |  Size: 125 KiB

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

2
Source/.gitignore vendored

@ -1,2 +0,0 @@
/Config/vendor/
/.phpunit.cache/
Loading…
Cancel
Save