ingenerator / php-utils

Simple, standalone utility classes for PHP applications
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Allow asserting that the StoppedMockClock never slept #13

Closed acoulton closed 5 years ago

acoulton commented 5 years ago

Couldn't do this before because internally the value is null but assertSlept only takes an array of values so can't test that it's never been assigned.