dev-php/cache-integration-tests - 1.0.5 (nest)

Search

Install

Install this version:

emerge -a =dev-php/cache-integration-tests-1.0.5

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-php/cache-integration-tests-1.0.5

Or alternatively:

emerge --autounmask-write -a =dev-php/cache-integration-tests-1.0.5

Package Information

Description:
Integration tests for PSR-6 cache
Homepage:
https://github.com/php-cache/integration-tests
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.0.5 9 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=9

COMPOSER_INSTALL_PATH="Cache/IntegrationTests"

inherit composer

DESCRIPTION="Integration tests for PSR-6 cache"
HOMEPAGE="https://github.com/php-cache/integration-tests"
SRC_URI="https://github.com/php-cache/${COMPOSER_PKG}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="dev-php/cache-tag-interop
	dev-php/psr-cache
	dev-php/psr-simple-cache"
BDEPEND="test? ( dev-php/phpunit
		dev-php/symfony-cache )"

src_test() {
	ephpunit
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-php/cache-integration-tests | euse -E <flag> -p dev-php/cache-integration-tests | euse -D <flag> -p dev-php/cache-integration-tests

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

dev-php/cache-tag-interop
	dev-php/psr-cache
	dev-php/psr-simple-cache

BDEPEND

test? ( dev-php/phpunit
		dev-php/symfony-cache )

Manifest for 1.0.5

Type File Size Source URLs
DIST cache-integration-tests-1.0.5.tar.gz 16681 bytes https://github.com/php-cache//archive/1.0.5.tar.gz