From a1850b666b6b3cb6f8e3b347267ebe341c8cf281 Mon Sep 17 00:00:00 2001 From: shibafu Date: Sat, 10 Aug 2019 12:18:36 +0900 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E6=9C=9F=E3=83=86=E3=82=B9=E3=83=88?= =?UTF-8?q?=E3=81=A7=E3=81=AFMetadataResolver=E3=81=AE=E3=83=86=E3=82=B9?= =?UTF-8?q?=E3=83=88=E3=81=AE=E3=81=BF=E3=82=92=E5=AE=9F=E8=A1=8C=E3=81=99?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 2 +- phpunit.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e681dcc..70b05da 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -135,7 +135,7 @@ jobs: - run: command: | mkdir -p /tmp/phpunit - ./vendor/bin/phpunit --log-junit /tmp/phpunit/phpunit.xml --coverage-clover=/tmp/phpunit/coverage.xml + ./vendor/bin/phpunit --testsuite MetadataResolver --log-junit /tmp/phpunit/phpunit.xml --coverage-clover=/tmp/phpunit/coverage.xml when: always - store_test_results: path: /tmp/phpunit diff --git a/phpunit.xml b/phpunit.xml index 9ecda83..c29a86d 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -16,6 +16,10 @@ ./tests/Unit + + + ./tests/Unit/MetadataResolver +