owncloud / data_exporter

Export/Import for ownCloud user data
GNU General Public License v2.0
7 stars 5 forks source link

Add php unit composer dependencies to Makefile #129

Closed phil-davis closed 4 years ago

phil-davis commented 4 years ago

Description

If I clone this repo and immediately make test-php-unit it dies. I first need to know to do composer install or some other make target that will install the composer dependencies.

Add the composer dependencies so that make test-php-unit will "just work"

(I noticed this when sorting out Makefile for the metrics app)

How Has This Been Tested?

Local make test-php-unit

Types of changes

Checklist:

codecov[bot] commented 4 years ago

Codecov Report

Merging #129 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #129   +/-   ##
=========================================
  Coverage     86.78%   86.78%           
  Complexity      197      197           
=========================================
  Files            32       32           
  Lines           923      923           
=========================================
  Hits            801      801           
  Misses          122      122

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a4f09fb...114d41e. Read the comment docs.