php: Add passthru.tests

wip/yesman
talyz 4 years ago
parent ef990961bc
commit 3bfd4e864f
No known key found for this signature in database
GPG Key ID: 2DED2151F4671A2B
  1. 5
      pkgs/development/interpreters/php/default.nix

@ -1,11 +1,11 @@
# We have tests for PCRE and PHP-FPM in nixos/tests/php/ or
# both in the same attribute named nixosTests.php
{ callPackage, lib, stdenv }@_args:
{ callPackage, lib, stdenv, nixosTests }@_args:
let
generic =
{ callPackage, lib, stdenv, config, fetchurl, makeWrapper
{ callPackage, lib, stdenv, nixosTests, config, fetchurl, makeWrapper
, symlinkJoin, writeText, autoconf, automake, bison, flex, libtool
, pkgconfig, re2c, apacheHttpd, libargon2, libxml2, pcre, pcre2
, systemd, valgrind
@ -120,6 +120,7 @@ let
withExtensions = mkWithExtensions allArgs allExtensionFunctions;
phpIni = "${phpWithExtensions}/lib/php.ini";
unwrapped = php;
tests = nixosTests.php;
inherit (php-packages) packages extensions;
};
paths = [ php ];

Loading…
Cancel
Save