2017 © Pedro Peláez
 

library integration-tests

Integration tests for PSR-6 and PSR-16 cache implementations

image

cache/integration-tests

Integration tests for PSR-6 and PSR-16 cache implementations

  • Friday, June 15, 2018
  • by aequasi
  • Repository
  • 8 Watchers
  • 25 Stars
  • 161,058 Installations
  • PHP
  • 51 Dependents
  • 0 Suggesters
  • 19 Forks
  • 10 Open issues
  • 27 Versions
  • 18 % Grown

The README.md

PSR-6 and PSR-16 Integration tests

Gitter Latest Stable Version Total Downloads Monthly Downloads Software License, (*1)

This repository contains integration tests to make sure your implementation of a PSR-6 and/or PSR-16 cache follows the rules by PHP-FIG. It is a part of the PHP Cache organisation. To read about us please read the shared documentation at www.php-cache.com., (*2)

Install

composer require --dev cache/integration-tests:dev-master

Use

Create a test that looks like this:, (*3)

class PoolIntegrationTest extends CachePoolTest
{
    public function createCachePool()
    {
        return new CachePool();
    }
}

You could also test your tag implementation:, (*4)

class TagIntegrationTest extends TaggableCachePoolTest
{
    public function createCachePool()
    {
        return new CachePool();
    }
}

You can also test a PSR-16 implementation:, (*5)

class CacheIntegrationTest extends SimpleCacheTest
{
    public function createSimpleCache()
    {
        return new SimpleCache();
    }
}

Contribute

Contributions are very welcome! Send a pull request or report any issues you find on the issue tracker., (*6)

The Versions

02/08 2016

0.11.0

0.11.0.0 https://github.com/php-cache/integration-tests

Integration tests for PSR-6 cache implementations

  Sources   Download

MIT

The Requires

 

The Development Requires

test cache psr6

10/06 2016

dev-Nyholm-patch-1

dev-Nyholm-patch-1 https://github.com/php-cache/integration-tests

Integration tests for PSR-6 cache implementations

  Sources   Download

MIT

The Requires

 

The Development Requires

test cache psr6

24/04 2016

0.10.0

0.10.0.0 https://github.com/php-cache/integration-tests

Integration tests for PSR-6 cache implementations

  Sources   Download

MIT

The Requires

 

The Development Requires

test cache psr6

23/02 2016

0.9.1

0.9.1.0 https://github.com/php-cache/integration-tests

Integration tests for PSR-6 cache implementations

  Sources   Download

MIT

The Requires

 

The Development Requires

test cache psr6

19/02 2016

0.9.0

0.9.0.0 https://github.com/php-cache/integration-tests

Integration tests for PSR-6 cache implementations

  Sources   Download

MIT

The Requires

 

The Development Requires

test cache psr6

04/02 2016

0.8.0

0.8.0.0 https://github.com/php-cache/integration-tests

Integration tests for PSR-6 cache implementations

  Sources   Download

MIT

The Requires

 

The Development Requires

test cache psr6

03/02 2016

0.7.4

0.7.4.0 https://github.com/php-cache/integration-tests

Integration tests for PSR-6 cache implementations

  Sources   Download

MIT

The Requires

 

The Development Requires

test cache psr6

25/01 2016

0.7.3

0.7.3.0 https://github.com/php-cache/integration-tests

Integration tests for PSR-6 cache implementations

  Sources   Download

MIT

The Requires

 

The Development Requires

test cache psr6

25/01 2016

0.7.2

0.7.2.0 https://github.com/php-cache/integration-tests

Integration tests for PSR-6 cache implementations

  Sources   Download

MIT

The Requires

 

The Development Requires

test cache psr6

22/01 2016

0.7.1

0.7.1.0 https://github.com/php-cache/integration-tests

Integration tests for PSR-6 cache implementations

  Sources   Download

MIT

The Requires

 

The Development Requires

test cache psr6

19/01 2016

0.7.0

0.7.0.0 https://github.com/php-cache/integration-tests

Integration tests for PSR-6 cache implementations

  Sources   Download

MIT

The Requires

 

The Development Requires

test cache psr6

18/01 2016

0.6.0

0.6.0.0 https://github.com/php-cache/integration-tests

Integration tests for PSR-6 cache implementations

  Sources   Download

MIT

The Requires

 

The Development Requires

test cache psr6

17/01 2016

0.5.1

0.5.1.0 https://github.com/php-cache/integration-tests

Integration tests for PSR-6 cache implementations

  Sources   Download

MIT

The Requires

 

The Development Requires

test cache psr6

12/01 2016

0.5.0

0.5.0.0 https://github.com/php-cache/integration-tests

Integration tests for PSR-6 cache implementations

  Sources   Download

MIT

The Requires

 

test cache psr6

11/01 2016

0.4.0

0.4.0.0 https://github.com/php-cache/integration-tests

Integration tests for PSR-6 cache implementations

  Sources   Download

MIT

The Requires

 

test cache psr6

10/01 2016

0.3.0

0.3.0.0 https://github.com/php-cache/integration-tests

Integration tests for PSR-6 cache implementations

  Sources   Download

MIT

The Requires

 

test cache psr6

03/01 2016

0.2.0

0.2.0.0 https://github.com/php-cache/integration-tests

Integration tests for PSR-6 cache implementations

  Sources   Download

MIT

The Requires

 

test cache psr6

09/12 2015

0.1.0

0.1.0.0 https://github.com/php-cache/integration-tests

A PSR6-taggable cache

  Sources   Download

MIT

The Requires

 

test cache psr6