[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH v5 25/54] gnu: Add php-phpunit-php-invoker.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH v5 25/54] gnu: Add php-phpunit-php-invoker. |
Date: |
Fri, 18 Oct 2024 01:05:48 +0200 |
* gnu/packages/php-bootstrap.scm (php-phpunit-php-invoker): New variable.
---
gnu/packages/php-bootstrap.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/php-bootstrap.scm b/gnu/packages/php-bootstrap.scm
index 14c368a461..4183b94409 100644
--- a/gnu/packages/php-bootstrap.scm
+++ b/gnu/packages/php-bootstrap.scm
@@ -639,3 +639,24 @@ (define-public php-phpunit-php-file-iterator
(home-page "https://github.com/sebastianbergmann/php-file-iterator/")
(license license:bsd-3)))
+(define-public php-phpunit-php-invoker
+ (package
+ (name "php-phpunit-php-invoker")
+ (version "4.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sebastianbergmann/php-invoker")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "11mnr7k7nxgi2s0fz0f4b947b7prjj5jhbqvx1hm0p9rdn0biggn"))))
+ (build-system composer-build-system)
+ (native-inputs
+ (list php-phpunit-phpunit))
+ (synopsis "PHP library for invoking functions")
+ (description "This package contains a library to invoke callables with a
+timeout.")
+ (home-page "https://github.com/sebastianbergmann/php-invoker/")
+ (license license:bsd-3)))
--
2.46.0
- [bug#67902] [PATCH v5 08/54] gnu: Add php-doctrine-event-manager., (continued)
- [bug#67902] [PATCH v5 08/54] gnu: Add php-doctrine-event-manager., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 10/54] gnu: Add php-doctrine-lexer., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 09/54] gnu: Add php-doctrine-instantiator., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 13/54] gnu: Add php-mockery-mockery., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 11/54] gnu: Add php-doctrine-persistence., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 14/54] gnu: Add php-myclabs-deep-copy., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 15/54] gnu: Add php-nikic-php-parser., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 12/54] gnu: Add php-hamcrest-hamcrest-php., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 18/54] gnu: Add php-phpdocumentor-reflection-common., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 17/54] gnu: Add php-phar-io-version., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 25/54] gnu: Add php-phpunit-php-invoker.,
Nicolas Graves <=
- [bug#67902] [PATCH v5 41/54] gnu: Add php-sebastian-exporter., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 21/54] gnu: Add php-phpspec-prophecy., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 23/54] gnu: Add php-phpunit-php-code-coverage., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 28/54] gnu: Add php-phpunit-php-token-stream., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 29/54] gnu: Add php-psr-log., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 34/54] gnu: Add php-sebastian-cli-parser., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 47/54] gnu: Add php-sebastian-resource-operations., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 48/54] gnu: Add php-sebastian-type., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 16/54] gnu: Add php-phar-io-manifest., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 20/54] gnu: Add php-phpdocumentor-type-resolver., Nicolas Graves, 2024/10/17