Skip to content

Instantly share code, notes, and snippets.

@m4tthumphrey
Created June 9, 2015 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m4tthumphrey/25ada63b93b96e9c330c to your computer and use it in GitHub Desktop.
Save m4tthumphrey/25ada63b93b96e9c330c to your computer and use it in GitHub Desktop.
<?php
//...
$called = false;
$manager->expire(function(FileType $type, Collection $collection) use (&$called) {
$called = true;
});
$this->assertTrue($called);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment