[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH v4 50/98] gnu: Add php-sebastian-object-reflector.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH v4 50/98] gnu: Add php-sebastian-object-reflector. |
Date: |
Mon, 7 Oct 2024 23:44:18 +0200 |
* gnu/packages/php-xyz.scm (php-sebastian-object-reflector): New variable.
Change-Id: I861e16fe53e5e07597c3417380a95068295662e4
---
gnu/packages/php-xyz.scm | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 3974795d1f..8c71c87333 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -1234,3 +1234,40 @@ (define-public php-sebastian-object-enumerator
(home-page "https://github.com/sebastianbergmann/object-enumerator/")
(license license:bsd-3)))
+(define-public php-sebastian-object-reflector
+ (package
+ (name "php-sebastian-object-reflector")
+ (version "2.0.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sebastianbergmann/object-reflector")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1jrdfxr94c43za4z7dp0hql6q06zpgzljwv7514lwn7qs51lnn9h"))))
+ (build-system composer-build-system)
+ (arguments
+ (list
+ #:test-flags ''("--exclude" "skipTest")
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'check 'fix-tests
+ (lambda _
+ ;; Deactivate risky/deprecated tests.
+ (substitute* "tests/ObjectReflectorTest.php"
+ (("(.*)public function testReflectsAttribute" all blank)
+ (string-append
+ blank "/**\n"
+ blank " * @group skipTest\n"
+ blank " */\n"
+ all))))))))
+ (native-inputs
+ (list php-phpunit-phpunit))
+ (synopsis "PHP reflexion library")
+ (description "This package allows reflection of object attributes,
+including inherited and non-public ones.")
+ (home-page "https://github.com/sebastianbergmann/object-reflector/")
+ (license license:bsd-3)))
+
--
2.46.0
- [bug#67902] [PATCH v4 42/98] gnu: Add php-sebastian-comparator., (continued)
- [bug#67902] [PATCH v4 42/98] gnu: Add php-sebastian-comparator., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 43/98] gnu: Add php-sebastian-complexity., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 44/98] gnu: Add php-sebastian-diff., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 45/98] gnu: Add php-sebastian-environment., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 46/98] gnu: Add php-sebastian-exporter., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 47/98] gnu: Add php-sebastian-global-state., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 49/98] gnu: Add php-sebastian-object-enumerator., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 48/98] gnu: Add php-sebastian-lines-of-code., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 52/98] gnu: Add php-sebastian-resource-operations., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 53/98] gnu: Add php-sebastian-type., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 50/98] gnu: Add php-sebastian-object-reflector.,
Nicolas Graves <=
- [bug#67902] [PATCH v4 51/98] gnu: Add php-sebastian-recursion-context., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 57/98] gnu: Add php-symfony-cache-contracts., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 54/98] gnu: Add php-sebastian-version., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 56/98] gnu: Add php-cache-integration-tests., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 62/98] gnu: Add php-symfony-error-handler., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 64/98] gnu: Add php-symfony-event-dispatcher-contracts., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 66/98] gnu: Add php-symfony-filesystem., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 63/98] gnu: Add php-symfony-event-dispatcher., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 68/98] gnu: Add php-symfony-http-foundation., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 59/98] gnu: Add php-symfony-console., Nicolas Graves, 2024/10/07