Port details |
- aphpunit Testing framework for unit tests
- 2.1 devel =2 2.1Version of this port present on the latest quarterly branch.
- Maintainer: tz@FreeBSD.org
- Port Added: 2017-11-07 11:13:13
- Last Update: 2022-12-07 23:26:02
- Commit Hash: fdd590b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: www
- License: BSD2CLAUSE
- WWW:
- https://gitlab.toco-domains.de/tocOS/APHPUnit
- Description:
- APHPUnit is a regression testing framework for PHP unit tests.
It removes many limitations the standard literature about
testing declares for years while making tests very fast.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PHP_PKGNAMEPREFIX}aphpunit>0:devel/aphpunit
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/devel/aphpunit/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/aphpunit
- pkg install php81-aphpunit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php81-aphpunit
- Package flavors (<flavor>: <package>)
- php81: php81-aphpunit
- php74: php74-aphpunit
- php80: php80-aphpunit
- php82: php82-aphpunit
- distinfo:
- TIMESTAMP = 1670451737
SHA256 (aphpunit-2.1.phar) = c1ac16427fcea47020a99ab47cc3c413558dd0dcac5e131067b63a2b55d98d60
SIZE (aphpunit-2.1.phar) = 59571
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- php.h : lang/php81
- mbstring.so : converters/php81-mbstring
- pcntl.so : devel/php81-pcntl
- phar.so : archivers/php81-phar
- posix.so : sysutils/php81-posix
- sysvmsg.so : devel/php81-sysvmsg
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_aphpunit
- USES:
- php:flavors
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1 07 Dec 2022 23:26:02 |
Torsten Zuehlsdorff (tz) |
devel/aphpunit: Upgrade from 2.0 to 2.1
- Feature: Add flag --print-exceptions to print content of generated Exception
files
- Bugfix: Also catch Throwable Errors and return error code when found |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.0 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
2.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0 24 Jan 2021 21:45:39 |
tz |
devel/aphpunit: Upgrade from 1.9 to 2.0
2.0 make the software compatible to PHP 8.0.
Nothing more done.
Sponsored by: PHP Upgrade Service |
1.9 19 Sep 2019 15:34:21 |
tz |
devel/aphpunit: Update from 1.8 to 1.9
This version is compatible to the incoming PHP 7.4
Changelog: https://gitlab.toco-domains.de/tocOS/APHPUnit/blob/1.9/CHANGELOG |
1.8 06 May 2019 12:32:28 |
tz |
devel/aphpunit: Upgrade from 1.7 to 1.8
Changelog:
- Bugfix: now exit with code 1, if no test-cases were found
- Bugfix: now exit with code 1, if not a single assertion was performed
- Bugfix: detected PHP errors are no longer unhandled. They are no reported as
error
Changelog taken from:
https://gitlab.toco-domains.de/tocOS/APHPUnit/blob/master/CHANGELOG
MFH: 2019Q2 |
1.7 25 Jan 2019 09:30:40 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
1.7 05 Jan 2019 15:47:57 |
rene |
Remove stale IGNORE_WITH_PHP=56 values.
Reminded by: sunpoet |
1.7 30 Oct 2018 11:31:18 |
tz |
devel/aphpunit: Update from 1.6 to 1.7
New feature: assertSame() and assertNotSame() |
1.6 16 Aug 2018 13:34:12 |
tz |
devel/aphpunit: Upgrade from 1.5 to 1.6
- Feature: add vendor/bin definition to composer.json
- Feature: Replace deprecated create_function()
with anonymous function in expectException()
- Bugfix: Add test-cases for expectException() |
1.5 08 Jun 2018 11:07:13 |
tz |
devel/aphpunit: Update from 1.4 to 1.5
Changelog:
- Feature: Add optional description for failed assertions
- Bugfix: Check if all needed PHP extensions are loaded
- Bugfix: Add missing required PHP extensions to composer.json |
1.4_1 23 May 2018 13:54:33 |
tz |
devel/aphpunit: Add missing php module dependency
Without it the tool is broken |
1.4 29 Mar 2018 09:04:08 |
tz |
devel/aphpunit: Update from 1.3 to 1.4
- Feature: Remove source-path of test-cases to make Testcase-Summary more
readable
Port-Changes:
- set IGNORE_WITH_PHP because it needs at least PHP 7.0
- flavorize port
Differential Revision: https://reviews.freebsd.org/D14693 |
1.3 24 Nov 2017 11:42:13 |
tz |
devel/aphpunit: Update from 1.1 to 1.3
Changelog: http://gitlab.toco-domains.de/tocOS/APHPUnit/blob/1.3/CHANGELOG |
1.1 16 Nov 2017 11:04:43 |
tz |
devel/aphpunit: Update from 1.0 to 1.1
Changelog:
- Fix bug: Remove posix_kill() which tries to kill parent process |
1.0_1 07 Nov 2017 12:01:39 |
tz |
devel/aphpunit: Add missing PHP modules and fix link
Add the missing PHP modules posix and phar in order to work correctly.
Update wrong link in pkg-descr, thanks ade for spotting. |
1.0 07 Nov 2017 11:11:48 |
tz |
New port: devel/aphpunit
APHPUnit is a regression testing framework for PHP unit tests.
It removes many limitations the standard literature about
testing declares for years while making tests very fast.
WWW: http://gitlab.toco-domains/APHPUnit/APHPUnit |