Commit ad6fe535 authored by Protocole's avatar Protocole
Browse files

Patch PHPUnit_Test to v0.1.1

parent 327c1526
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