owncloud / search_elastic

Elasticsearch based full text search
https://github.com/owncloud/search_elastic
GNU General Public License v2.0
8 stars 1 forks source link

Add php unit composer dependencies to Makefile #154

Closed phil-davis closed 5 years ago

phil-davis commented 5 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 5 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #154   +/-   ##
=========================================
  Coverage     18.93%   18.93%           
  Complexity      268      268           
=========================================
  Files            24       24           
  Lines          1183     1183           
=========================================
  Hits            224      224           
  Misses          959      959

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 9fc70ca...268a499. Read the comment docs.