Merge pull request #18589 from eileenmcnaughton/ex_class
[civicrm-core.git] / ext / afform / bin / test-all.sh
index c1a7cf77abde29be502bced0142ad67f29972b1c..fdb01887e11b06adfa2c050c08887021ae0d7b3f 100755 (executable)
@@ -18,7 +18,13 @@ pushd "$AFF_CORE" >> /dev/null
 popd >> /dev/null
 
 pushd "$AFF_MOCK" >> /dev/null
-  if ! phpunit6 "$@" ; then
+  if ! phpunit6 --group e2e "$@" ; then
+    EXIT=1
+  fi
+popd >> /dev/null
+
+pushd "$AFF_MOCK" >> /dev/null
+  if ! phpunit6 --group headless "$@" ; then
     EXIT=1
   fi
 popd >> /dev/null