ExampleTest.php 80 B

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