NotAHandler.php 121 B

12345678
  1. <?php
  2. namespace Test\Michel\PQueue\Extra;
  3. class NotAHandler
  4. {
  5. // Not a handler, should be ignored by the finder.
  6. }