summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2020-03-30 22:07:05 +0200
committertalyz <kim.lindberger@gmail.com>2020-04-05 16:44:54 +0200
commit29e1f0d1691ee1b02dc9dd2af24a6f1b169a1f21 (patch)
tree012a2ca07f21a2b02316678776b007db34b2e42d /nixos/tests/all-tests.nix
parentfc1034a1fab64bb386806901565e6dd2f2683f0f (diff)
downloadnixpkgs-29e1f0d1691ee1b02dc9dd2af24a6f1b169a1f21.tar
nixpkgs-29e1f0d1691ee1b02dc9dd2af24a6f1b169a1f21.tar.gz
nixpkgs-29e1f0d1691ee1b02dc9dd2af24a6f1b169a1f21.tar.bz2
nixpkgs-29e1f0d1691ee1b02dc9dd2af24a6f1b169a1f21.tar.lz
nixpkgs-29e1f0d1691ee1b02dc9dd2af24a6f1b169a1f21.tar.xz
nixpkgs-29e1f0d1691ee1b02dc9dd2af24a6f1b169a1f21.tar.zst
nixpkgs-29e1f0d1691ee1b02dc9dd2af24a6f1b169a1f21.zip
nixos/php: Add tests for phpfpm
This test checks that we evaluate PHP properly and that certain
extensions are actually loaded.
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index a84f2c5d261..e003372ef9d 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -240,6 +240,7 @@ in
   peerflix = handleTest ./peerflix.nix {};
   pgjwt = handleTest ./pgjwt.nix {};
   pgmanage = handleTest ./pgmanage.nix {};
+  php = handleTest ./php {};
   php-pcre = handleTest ./php-pcre.nix {};
   plasma5 = handleTest ./plasma5.nix {};
   plotinus = handleTest ./plotinus.nix {};