2017 © Pedro Peláez
 

library mock-cache

PSR-16 cache-implementation for integration tests

image

kodus/mock-cache

PSR-16 cache-implementation for integration tests

  • Thursday, February 23, 2017
  • by mindplay.dk
  • Repository
  • 5 Watchers
  • 1 Stars
  • 3,240 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 9 % Grown

The README.md

kodus/mock-cache

PHP Version Build Status Code Coverage, (*1)

This library provides a PSR-16 cache-implementation for integration testing, backed by a simple array., (*2)

It simulates a simple system clock and expiration - in your tests, calling e.g. $cache->skipTime(10) will travel forward in time 10 seconds, but time will otherwise stand still, so you don't need to write integration tests that have to sleep() to test for side-effects from cache-expiration., (*3)

The Versions

23/02 2017

dev-master

9999999-dev

PSR-16 cache-implementation for integration tests

  Sources   Download

MIT

The Requires

 

The Development Requires

by Thomas Pedersen

09/02 2017

1.0.1

1.0.1.0

PSR-16 cache-implementation for integration tests

  Sources   Download

MIT

The Requires

 

The Development Requires

07/02 2017

1.0.0

1.0.0.0

PSR-16 cache-implementation for integration tests

  Sources   Download

MIT

The Requires

 

The Development Requires

02/12 2016

0.1.0

0.1.0.0

PSR-16 cache-implementation for integration tests

  Sources   Download

MIT

The Requires

 

The Development Requires