Skip to content
GitLab
    • Explore Projects Groups Topics Snippets
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • F file-upload-bundle
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

En prévision de l'arrivée de la forge institutionnelle INRAE, nous vous invitons à créer vos nouveaux projets sur la forge MIA.

  • Pôle IS
  • Bundles Symfony 2Bundles Symfony 2
  • file-upload-bundle
  • Merge requests
  • !7
An error occurred while fetching the assigned milestone of the selected merge_request.

Resolve "enrichir le dossier test sur la base de la nouvelle architecture"

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Ndame Kital requested to merge 8-enrichir-le-dossier-test-sur-la-base-de-la-nouvelle-architecture into master 5 years ago
  • Overview 0
  • Commits 5
  • Pipelines 0
  • Changes 4

Closes #8 (closed)

Edited 5 years ago by Ndame Kital
Viewing commit 2abf7845
Prev Next
Show latest version
4 files
+ 9
− 26

    Preferences

    File browser
    Compare changes
  • 2abf7845
    Ndame Kital
    un test car le dossier report est ajouté locale mais pas en CI · 2abf7845
    Ndame Kital authored 5 years ago
reports/junit.xml 0 → 100644
+ 0
− 0
  • View file @ 2abf7845

  • Edit in single-file editor

  • Open in Web IDE

.gitignore
+ 0
− 1
  • View file @ 2abf7845

  • Edit in single-file editor

  • Open in Web IDE


@@ -2,7 +2,6 @@
/.idea/
/.php_cs*cache
/reports/
composer.lock
package-lock.json
yarn.lock
.gitlab-ci.yml
+ 7
− 24
  • View file @ 2abf7845

  • Edit in single-file editor

  • Open in Web IDE

include:
- project: pole-is/tools/ci-config
ref: "2.0.0"
file: /php-package-ci.yml
ref: "2.1.0"
file: /php-multiversions-ci.yml
- project: pole-is/tools/ci-config
ref: "2.0.0"
ref: "2.1.0"
file: /satis-ci.yml
stages:
- vendor
- test
- deploy
# Personnalisation des tâches par défaut:
.php:
variables:
DEBIAN_CODENAME: "stretch"
PHP_VERSION: "7.1"
PHP_IMAGE: gitlab-registry.irstea.fr/pole-is/docker/php/ci/panther
PHP_IMAGE_TAG: "20.02"
test:phpunit:
# variables:
# PHP_IMAGE: gitlab-registry.irstea.fr/pole-is/docker/php/ci/panther
.php-test:
script:
- composer test:phpunit -- --coverage-text --coverage-html=reports/coverage --log-junit=reports/junit.xml --colors=never
artifacts:
name: reports
expose_as: "phpunit reports"
when: always
paths:
- reports/
reports:
junit: reports/junit.xml
- composer "$CI_JOB_NAME"
\ No newline at end of file
composer.json
+ 2
− 1
  • View file @ 2abf7845

  • Edit in single-file editor

  • Open in Web IDE


@@ -161,6 +161,7 @@
"vendor/bin/phpunit --coverage-text --coverage-html=reports/coverage --log-junit=reports/junit.xml"
],
"test:serve": [
"@test:install-assets",
"@php tests/console server:run -v --docroot=tests/Fixtures/public"
],
@@ -172,4 +173,4 @@
"set -x; IMG=`docker build --build-arg \"PHP_VERSION=${PHP_VERSION:-7.1}\" --pull -q .` && docker run --rm -v ${PWD}:/var/www/theme-bundle -u `id -u`:`id -g` $IMG composer test"
]
}
}
}
\ No newline at end of file
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 Participants
Reference:
Source branch: 8-enrichir-le-dossier-test-sur-la-base-de-la-nouvelle-architecture

Menu

Explore Projects Groups Topics Snippets