summary refs log tree commit diff
path: root/nixos/tests/php
Commit message (Collapse)AuthorAge
* treewide: use configured nginx packageSandro Jäckel2022-02-08
|
* php: Run nixpkgs-fmt on all php related filesElis Hirwing2021-06-26
|
* nixos/tests/php: add apcu to php to actually test whether extensions are ↵Maximilian Bosch2021-03-04
| | | | properly loaded
* nixos/tests/php/fpm: make sure that extensions are actually loadedMaximilian Bosch2021-03-04
| | | | | The phpinfo output from 127.0.0.1:80 only shows configuration options and thus leads to false-positives.
* Merge pull request #114853 from lourkeur/fix-string-escapingtaku02021-03-03
|\ | | | | nixos/kresd, nixos/dokuwiki, tests/fpm, build-bazel-package, libcutl: fix string escaping
| * fpm.nix: fix string escapingkvtb2020-12-31
| | | | | | \. has no effect in single quoted strings
* | nixos/tests/php: Declare php package used instead of just using defaultElis Hirwing2021-02-28
|/
* nixos/tests/php: Use curl --failScott Worley2020-10-25
|
* nixosTests.php: Add maintainer team as maintainersElis Hirwing2020-04-29
|
* Revert "PHP maintainer team"Elis Hirwing2020-04-29
|
* nixosTests.php: Add maintainer team as maintainersElis Hirwing2020-04-22
|
* nixosTests.php.fpm: Clean up to match httpd testJan Tojnar2020-04-17
|
* nixosTests.php.pcre: Clean upJan Tojnar2020-04-17
| | | | And add assertion messages
* nixosTests.php.httpd: initJan Tojnar2020-04-17
|
* nixos/php: Move the pcre tests to the php test attributeElis Hirwing2020-04-05
|
* nixos/php: Add tests for phpfpmElis Hirwing2020-04-05
This test checks that we evaluate PHP properly and that certain extensions are actually loaded.