notify.php 446 B

12345678910111213
  1. <?php
  2. require_once 'common.php';
  3. \cli\line("========\nDots\n");
  4. test_notify(new \cli\notify\Dots(' \cli\notify\Dots cycles through a set number of dots'));
  5. test_notify(new \cli\notify\Dots(' You can disable the delay if ticks take longer than a few milliseconds', 5, 0), 10, 100000);
  6. \cli\line("\n========\nSpinner\n");
  7. test_notify(new \cli\notify\Spinner(' \cli\notify\Spinner cycles through a set of characters to emulate a spinner'));