Skip to content
Snippets Groups Projects
Verified Commit 9d7d749c authored by Damien's avatar Damien
Browse files

[TESTS] Add php-gd for ci 5

parent bac159ee
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,7 @@ apt-get install -y libpq-dev libxml2-dev libxslt1-dev \
&& docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql \
&& docker-php-ext-install pdo_pgsql pgsql xsl \
&& pecl install xdebug-2.6.0 \
&& docker-php-ext-enable xdebug \
&& apt-get install php-gd
&& docker-php-ext-enable xdebug
#&& docker-php-ext-install pdo_pgsql pgsql xsl zip \
......@@ -31,8 +31,7 @@ class SummarySheetControllerTest extends TestCase
['label' => 'Annotation(s)', 'unit' => 'notes'],
['label' => 'Circuit de visa', 'unit' => 'visaWorkflow'],
['label' => 'Circuit d\'avis', 'unit' => 'opinionWorkflow'],
['label' => 'Commentaires', 'unit' => 'freeField'],
['unit' => 'qrcode'],
['label' => 'Commentaires', 'unit' => 'freeField']
],
];
$fullRequest = \httpRequestCustom::addContentInBody($aArgs, $request);
......
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