From d842f199d12a247aa995c1db5c3fe997c1f81137 Mon Sep 17 00:00:00 2001 From: Rachel Sidney <13515124@std.stei.itb.ac.id> Date: Fri, 27 Apr 2018 11:16:39 +0700 Subject: [PATCH] Update phpunit.xml --- phpunit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index df49f6f..bb9c4a7 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -10,7 +10,7 @@ stopOnFailure="false"> <testsuites> <testsuite name="Feature"> - <directory suffix="AddMemberTest.php">./tests/Feature</directory> + <directory suffix="Test.php">./tests/Feature</directory> </testsuite> <testsuite name="Unit"> -- GitLab