Pest.php 80 B

12345
  1. <?php
  2. expect()->extend('toBeOne', function () {
  3. return $this->toBe(1);
  4. });