ExampleTest.php 71 B

12345
  1. <?php
  2. test('example', function () {
  3. expect(true)->toBeTrue();
  4. });