From c1caec759cb3c61fd8ba4d6e81b632ab4b0d2033 Mon Sep 17 00:00:00 2001 From: dyszczo <krzysztof.dyszczyk@gmail.com> Date: Mon, 30 Sep 2019 12:14:16 +0200 Subject: [PATCH] test prefix --- phpunit-integration.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpunit-integration.xml b/phpunit-integration.xml index b0280fe..93f3365 100644 --- a/phpunit-integration.xml +++ b/phpunit-integration.xml @@ -3,7 +3,7 @@ > <testsuites> <testsuite> - <directory prefix="test-" suffix=".php">./tests/integration</directory> + <directory prefix="Test_" suffix=".php">./tests/integration</directory> </testsuite> </testsuites> @@ -25,4 +25,4 @@ <env name="WC_DEVELOP_DIR" value="/tmp/woocommerce"/> </php> -</phpunit> \ No newline at end of file +</phpunit> -- GitLab