Commit 5bd9441b authored by Protocole's avatar Protocole
Browse files

Merge branch '152-phpunit-jobs-doesn-t-work-as-expected' into 'latest'

Resolve "PHPUnit jobs doesn't work as expected"

Closes #152

See merge request r2devops/hub!74
parents 327c1526 ad6fe535
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -13,6 +13,8 @@ phpunit_test:
      PHPUNIT_OPTIONS: ""
      PROJECT_ROOT: "/"
    script:
      # Installing globally PhpUnit
      - composer global require "phpunit/phpunit"
      # Going to the root of php project
      - cd ${CI_PROJECT_DIR}${PROJECT_ROOT}
      # Running Unit testing
+1 −0
Original line number Diff line number Diff line
* Fixing the installation of PHPUnit when it is not already available in the project
 No newline at end of file